#CE6CCA

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

Shades of Orchid #CE6CCA

Tints of Orchid #CE6CCA

Color information

#CE6CCA (or 0xCE6CCA) is unknown color: approx Orchid. HEX triplet: CE, 6C and CA. RGB value is (206,108,202). Sum of RGB (Red+Green+Blue) = 206+108+202=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CCA is #319335. Grayscale: #939393. Windows color (decimal): -3248950 or 13266126. OLE color: 13266126.

HSL color Cylindrical-coordinate representation of color #CE6CCA: hue angle of 302.45º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6CCA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206108202-
CMYK00.480.020.19
HSL302.45º50%61.57%-
HSV(B)302.45º47.57%80.78%-
XYZ41.4828.1159.12-
YUV148.02158.47169.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 108 (42.58% from 255) = 20.93%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=39.92%
G=20.93%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610820200.480.020.19302.455061.57
HexCE6CCA03021312e323e
Octal3161543120602234566276
Binary1100111011011001100101001100001010011100101110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6CCA; }

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

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

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

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

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

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

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

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