#CE6AC3

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

Shades of Orchid #CE6AC3

Tints of Orchid #CE6AC3

Color information

#CE6AC3 (or 0xCE6AC3) is unknown color: approx Orchid. HEX triplet: CE, 6A and C3. RGB value is (206,106,195). Sum of RGB (Red+Green+Blue) = 206+106+195=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AC3 is #31953C. Grayscale: #919191. Windows color (decimal): -3249469 or 12806862. OLE color: 12806862.

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

Color convert

RGB206106195-
CMYK00.490.050.19
HSL306.6º50.51%61.18%-
HSV(B)306.6º48.54%80.78%-
XYZ40.4627.3754.78-
YUV146.05155.63170.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 195 (76.56% from 255) = 38.46%
R=40.63%
G=20.91%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610619500.490.050.19306.650.5161.18
HexCE6AC3031513133333d
Octal3161523030615234636375
Binary11001110110101011000011011000110110011100110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6AC3; }

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

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

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

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

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

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

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

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