#CD7EBF

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

Shades of Orchid #CD7EBF

Tints of Orchid #CD7EBF

Color information

#CD7EBF (or 0xCD7EBF) is unknown color: approx Orchid. HEX triplet: CD, 7E and BF. RGB value is (205,126,191). Sum of RGB (Red+Green+Blue) = 205+126+191=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EBF is #328140. Grayscale: #9C9C9C. Windows color (decimal): -3309889 or 12549837. OLE color: 12549837.

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

Color convert

RGB205126191-
CMYK00.390.070.20
HSL310.63º44.13%64.9%-
HSV(B)310.63º38.54%80.39%-
XYZ42.0431.6653.19-
YUV157.03147.17162.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 191 (75% from 255) = 36.59%
R=39.27%
G=24.14%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512619100.390.070.20310.6344.1364.9
HexCD7EBF0277141372c41
Octal31517627704772446754101
Binary110011011111110101111110100111111101001001101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EBF; }

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

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

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

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

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

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

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

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