#CE6ACA

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

Shades of Orchid #CE6ACA

Tints of Orchid #CE6ACA

Color information

#CE6ACA (or 0xCE6ACA) is unknown color: approx Orchid. HEX triplet: CE, 6A and CA. RGB value is (206,106,202). Sum of RGB (Red+Green+Blue) = 206+106+202=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ACA is #319535. Grayscale: #929292. Windows color (decimal): -3249462 or 13265614. OLE color: 13265614.

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

Color convert

RGB206106202-
CMYK00.490.020.19
HSL302.4º50.51%61.18%-
HSV(B)302.4º48.54%80.78%-
XYZ41.2727.6959.05-
YUV146.84159.13170.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=40.08%
G=20.62%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610620200.490.020.19302.450.5161.18
HexCE6ACA03121312e333d
Octal3161523120612234566375
Binary1100111011010101100101001100011010011100101110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6ACA; }

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

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

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

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

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

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

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

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