#CE69E2

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

Shades of Orchid #CE69E2

Tints of Orchid #CE69E2

Color information

#CE69E2 (or 0xCE69E2) is unknown color: approx Orchid. HEX triplet: CE, 69 and E2. RGB value is (206,105,226). Sum of RGB (Red+Green+Blue) = 206+105+226=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE69E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69E2 is #31961D. Grayscale: #949494. Windows color (decimal): -3249694 or 14838222. OLE color: 14838222.

HSL color Cylindrical-coordinate representation of color #CE69E2: hue angle of 290.08º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE69E2 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206105226-
CMYK0.090.5400.11
HSL290.08º67.6%64.9%-
HSV(B)290.08º53.54%88.63%-
XYZ44.2328.7275.16-
YUV148.99171.46168.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 105 (41.41% from 255) = 19.55%
BLUE value IS 226 (88.67% from 255) = 42.09%
R=38.36%
G=19.55%
B=42.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061052260.090.5400.11290.0867.664.9
HexCE69E29360B1224441
Octal3161513421166013442104101
Binary1100111011010011110001010011101100101110010001010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE69E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE69E2; }

 p { color: rgb(206,105,226); }

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

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

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

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

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

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

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