#CE6CE2

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

Shades of Orchid #CE6CE2

Tints of Orchid #CE6CE2

Color information

#CE6CE2 (or 0xCE6CE2) is unknown color: approx Orchid. HEX triplet: CE, 6C and E2. RGB value is (206,108,226). Sum of RGB (Red+Green+Blue) = 206+108+226=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE6CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CE2 is #31931D. Grayscale: #969696. Windows color (decimal): -3248926 or 14838990. OLE color: 14838990.

HSL color Cylindrical-coordinate representation of color #CE6CE2: hue angle of 289.83º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6CE2 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206108226-
CMYK0.090.5200.11
HSL289.83º67.05%65.49%-
HSV(B)289.83º52.21%88.63%-
XYZ44.5429.3475.27-
YUV150.75170.47167.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 108 (42.58% from 255) = 20%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=38.15%
G=20%
B=41.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061082260.090.5200.11289.8367.0565.49
HexCE6CE29340B1224341
Octal3161543421164013442103101
Binary1100111011011001110001010011101000101110010001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CE2; }

 p { color: rgb(206,108,226); }

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

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

 a { background-color: rgb(206,108,226); }

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

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

 span { border-color: rgb(206,108,226); }

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