#ce6fce

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

Shades of Orchid #CE6FCE

Tints of Orchid #CE6FCE

Color information

#CE6FCE (or 0xCE6FCE) is unknown color: approx Orchid. HEX triplet: CE, 6F and CE. RGB value is (206,111,206). Sum of RGB (Red+Green+Blue) = 206+111+206=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FCE is #319031. Grayscale: #959595. Windows color (decimal): -3248178 or 13529038. OLE color: 13529038.

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

Color convert

RGB206111206-
CMYK00.4600.19
HSL300º49.22%62.16%-
HSV(B)300º46.12%80.78%-
XYZ42.2828.9561.75-
YUV150.23159.47167.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 111 (43.75% from 255) = 21.22%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=39.39%
G=21.22%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611120600.4600.1930049.2262.16
HexCE6FCE02E01312c313e
Octal3161573160560234546176
Binary110011101101111110011100101110010011100101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6fce; }

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

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

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

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

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

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

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

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