#CE6AC2

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

Shades of Orchid #CE6AC2

Tints of Orchid #CE6AC2

Color information

#CE6AC2 (or 0xCE6AC2) is unknown color: approx Orchid. HEX triplet: CE, 6A and C2. RGB value is (206,106,194). Sum of RGB (Red+Green+Blue) = 206+106+194=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AC2 is #31953D. Grayscale: #919191. Windows color (decimal): -3249470 or 12741326. OLE color: 12741326.

HSL color Cylindrical-coordinate representation of color #CE6AC2: hue angle of 307.2º 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 #CE6AC2 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB206106194-
CMYK00.490.060.19
HSL307.2º50.51%61.18%-
HSV(B)307.2º48.54%80.78%-
XYZ40.3527.3254.19-
YUV145.93155.13170.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=40.71%
G=20.95%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610619400.490.060.19307.250.5161.18
HexCE6AC2031613133333d
Octal3161523020616234636375
Binary11001110110101011000010011000111010011100110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6AC2; }

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

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

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

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

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

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

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

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