#CD7DC4

Color #CD7DC4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CD7DC4

Tints of Orchid #CD7DC4

Color information

#CD7DC4 (or 0xCD7DC4) is unknown color: approx Orchid. HEX triplet: CD, 7D and C4. RGB value is (205,125,196). Sum of RGB (Red+Green+Blue) = 205+125+196=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DC4 is #32823B. Grayscale: #9C9C9C. Windows color (decimal): -3310140 or 12877261. OLE color: 12877261.

HSL color Cylindrical-coordinate representation of color #CD7DC4: hue angle of 306.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7DC4 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205125196-
CMYK00.390.040.20
HSL306.75º44.44%64.71%-
HSV(B)306.75º39.02%80.39%-
XYZ42.4731.6356.09-
YUV157.01150162.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=38.97%
G=23.76%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512519600.390.040.20306.7544.4464.71
HexCD7DC40274141332c41
Octal31517530404742446354101
Binary110011011111101110001000100111100101001001100111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DC4; }

 p { color: rgb(205,125,196); }

 H1.HeaderClassName
 {
   color: #CD7DC4;
 }
 .AnyTagClassName
 {
   color: #CD7DC4;
 }
</style>
background-color css

<style>
 a { background-color: #CD7DC4; }

 a { background-color: rgb(205,125,196); }

 div.DivClassName
 {
   background-color: #CD7DC4;
 }
 .BgClassName
 {
   background-color: #CD7DC4;
 }
</style>
border-color css

<style>
 span { border-color: #CD7DC4; }

 span { border-color: rgb(205,125,196); }

 td.TdClassName
 {
   border-color: #CD7DC4;
 }
 .TagClassName
 {
   border-color: #CD7DC4;
 }
</style>