#CD7CCE

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

Shades of Orchid #CD7CCE

Tints of Orchid #CD7CCE

Color information

#CD7CCE (or 0xCD7CCE) is unknown color: approx Orchid. HEX triplet: CD, 7C and CE. RGB value is (205,124,206). Sum of RGB (Red+Green+Blue) = 205+124+206=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD7CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CCE is #328331. Grayscale: #9D9D9D. Windows color (decimal): -3310386 or 13532365. OLE color: 13532365.

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

Color convert

RGB205124206-
CMYK0.000.4000.19
HSL299.27º45.56%64.71%-
HSV(B)299.27º39.81%80.78%-
XYZ43.5331.8562.25-
YUV157.57155.34161.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=38.32%
G=23.18%
B=38.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051242060.000.4000.19299.2745.5664.71
HexCD7CCE02801312b2e41
Octal31517431605002345356101
Binary1100110111111001100111001010000100111001010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7CCE; }

 p { color: rgb(205,124,206); }

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

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

 a { background-color: rgb(205,124,206); }

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

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

 span { border-color: rgb(205,124,206); }

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