#CE6EC1

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

Shades of Orchid #CE6EC1

Tints of Orchid #CE6EC1

Color information

#CE6EC1 (or 0xCE6EC1) is unknown color: approx Orchid. HEX triplet: CE, 6E and C1. RGB value is (206,110,193). Sum of RGB (Red+Green+Blue) = 206+110+193=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EC1 is #31913E. Grayscale: #939393. Windows color (decimal): -3248447 or 12676814. OLE color: 12676814.

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

Color convert

RGB206110193-
CMYK00.470.060.19
HSL308.12º49.48%61.96%-
HSV(B)308.12º46.6%80.78%-
XYZ40.6628.1253.74-
YUV148.17153.3169.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 193 (75.78% from 255) = 37.92%
R=40.47%
G=21.61%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611019300.470.060.19308.1249.4861.96
HexCE6EC102F613134313e
Octal3161563010576234646176
Binary11001110110111011000001010111111010011100110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6EC1; }

 p { color: rgb(206,110,193); }

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

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

 a { background-color: rgb(206,110,193); }

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

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

 span { border-color: rgb(206,110,193); }

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