#CD7EC5

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

Shades of Orchid #CD7EC5

Tints of Orchid #CD7EC5

Color information

#CD7EC5 (or 0xCD7EC5) is unknown color: approx Orchid. HEX triplet: CD, 7E and C5. RGB value is (205,126,197). Sum of RGB (Red+Green+Blue) = 205+126+197=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC5 is #32813A. Grayscale: #9D9D9D. Windows color (decimal): -3309883 or 12943053. OLE color: 12943053.

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

Color convert

RGB205126197-
CMYK00.390.040.20
HSL306.08º44.13%64.9%-
HSV(B)306.08º38.54%80.39%-
XYZ42.7231.9356.74-
YUV157.71150.17161.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=38.83%
G=23.86%
B=37.31%

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
Decimal20512619700.390.040.20306.0844.1364.9
HexCD7EC50274141322c41
Octal31517630504742446254101
Binary110011011111110110001010100111100101001001100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EC5; }

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

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

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

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

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

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

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

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