#CD6CE1

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

Shades of Orchid #CD6CE1

Tints of Orchid #CD6CE1

Color information

#CD6CE1 (or 0xCD6CE1) is unknown color: approx Orchid. HEX triplet: CD, 6C and E1. RGB value is (205,108,225). Sum of RGB (Red+Green+Blue) = 205+108+225=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CE1 is #32931E. Grayscale: #959595. Windows color (decimal): -3314463 or 14773453. OLE color: 14773453.

HSL color Cylindrical-coordinate representation of color #CD6CE1: hue angle of 289.74º degrees, saturation: 0.66, 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 #CD6CE1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205108225-
CMYK0.090.5200.12
HSL289.74º66.1%65.29%-
HSV(B)289.74º52%88.24%-
XYZ44.1329.1474.53-
YUV150.34170.14166.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 108 (42.58% from 255) = 20.07%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=38.10%
G=20.07%
B=41.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051082250.090.5200.12289.7466.165.29
HexCD6CE19340C1224241
Octal3151543411164014442102101
Binary1100110111011001110000110011101000110010010001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6CE1; }

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

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

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

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

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

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

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

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