#CD7ECF

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

Shades of Orchid #CD7ECF

Tints of Orchid #CD7ECF

Color information

#CD7ECF (or 0xCD7ECF) is unknown color: approx Orchid. HEX triplet: CD, 7E and CF. RGB value is (205,126,207). Sum of RGB (Red+Green+Blue) = 205+126+207=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ECF is #328130. Grayscale: #9E9E9E. Windows color (decimal): -3309873 or 13598413. OLE color: 13598413.

HSL color Cylindrical-coordinate representation of color #CD7ECF: hue angle of 298.52º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7ECF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205126207-
CMYK0.010.3900.19
HSL298.52º45.76%65.29%-
HSV(B)298.52º39.13%81.18%-
XYZ43.932.4162.97-
YUV158.85155.17160.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=38.10%
G=23.42%
B=38.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051262070.010.3900.19298.5245.7665.29
HexCD7ECF12701312b2e41
Octal31517631714702345356101
Binary1100110111111101100111111001110100111001010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7ECF; }

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

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

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

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

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

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

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

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