#CD6CE0

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

Shades of Orchid #CD6CE0

Tints of Orchid #CD6CE0

Color information

#CD6CE0 (or 0xCD6CE0) is unknown color: approx Orchid. HEX triplet: CD, 6C and E0. RGB value is (205,108,224). Sum of RGB (Red+Green+Blue) = 205+108+224=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CE0 is #32931F. Grayscale: #959595. Windows color (decimal): -3314464 or 14707917. OLE color: 14707917.

HSL color Cylindrical-coordinate representation of color #CD6CE0: hue angle of 290.17º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6CE0 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205108224-
CMYK0.080.5200.12
HSL290.17º65.17%65.1%-
HSV(B)290.17º51.79%87.84%-
XYZ43.9929.0973.82-
YUV150.23169.64167.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 108 (42.58% from 255) = 20.11%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=38.18%
G=20.11%
B=41.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051082240.080.5200.12290.1765.1765.1
HexCD6CE08340C1224141
Octal3151543401064014442101101
Binary1100110111011001110000010001101000110010010001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CE0; }

 p { color: rgb(205,108,224); }

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

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

 a { background-color: rgb(205,108,224); }

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

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

 span { border-color: rgb(205,108,224); }

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