#CE6FC4

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

Shades of Orchid #CE6FC4

Tints of Orchid #CE6FC4

Color information

#CE6FC4 (or 0xCE6FC4) is unknown color: approx Orchid. HEX triplet: CE, 6F and C4. RGB value is (206,111,196). Sum of RGB (Red+Green+Blue) = 206+111+196=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FC4 is #31903B. Grayscale: #949494. Windows color (decimal): -3248188 or 12873678. OLE color: 12873678.

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

Color convert

RGB206111196-
CMYK00.460.050.19
HSL306.32º49.22%62.16%-
HSV(B)306.32º46.12%80.78%-
XYZ41.128.4855.55-
YUV149.1154.47168.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=40.16%
G=21.64%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611119600.460.050.19306.3249.2262.16
HexCE6FC402E513132313e
Octal3161573040565234626176
Binary11001110110111111000100010111010110011100110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6FC4; }

 p { color: rgb(206,111,196); }

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

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

 a { background-color: rgb(206,111,196); }

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

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

 span { border-color: rgb(206,111,196); }

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