#CD7EBC

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

Shades of Orchid #CD7EBC

Tints of Orchid #CD7EBC

Color information

#CD7EBC (or 0xCD7EBC) is unknown color: approx Orchid. HEX triplet: CD, 7E and BC. RGB value is (205,126,188). Sum of RGB (Red+Green+Blue) = 205+126+188=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EBC is #328143. Grayscale: #9C9C9C. Windows color (decimal): -3309892 or 12353229. OLE color: 12353229.

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

Color convert

RGB205126188-
CMYK00.390.080.20
HSL312.91º44.13%64.9%-
HSV(B)312.91º38.54%80.39%-
XYZ41.7131.5351.46-
YUV156.69145.67162.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 126 (49.61% from 255) = 24.28%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=39.50%
G=24.28%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512618800.390.080.20312.9144.1364.9
HexCD7EBC0278141392c41
Octal315176274047102447154101
Binary1100110111111101011110001001111000101001001110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EBC; }

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

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

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

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

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

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

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

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