#CD7EC8

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

Shades of Orchid #CD7EC8

Tints of Orchid #CD7EC8

Color information

#CD7EC8 (or 0xCD7EC8) is unknown color: approx Orchid. HEX triplet: CD, 7E and C8. RGB value is (205,126,200). Sum of RGB (Red+Green+Blue) = 205+126+200=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC8 is #328137. Grayscale: #9D9D9D. Windows color (decimal): -3309880 or 13139661. OLE color: 13139661.

HSL color Cylindrical-coordinate representation of color #CD7EC8: hue angle of 303.8º 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 #CD7EC8 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205126200-
CMYK00.390.020.20
HSL303.8º44.13%64.9%-
HSV(B)303.8º38.54%80.39%-
XYZ43.0632.0758.56-
YUV158.06151.67161.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=38.61%
G=23.73%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512620000.390.020.20303.844.1364.9
HexCD7EC80272141302c41
Octal31517631004722446054101
Binary11001101111111011001000010011110101001001100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EC8; }

 p { color: rgb(205,126,200); }

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

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

 a { background-color: rgb(205,126,200); }

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

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

 span { border-color: rgb(205,126,200); }

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