#CE77DE

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

Shades of Orchid #CE77DE

Tints of Orchid #CE77DE

Color information

#CE77DE (or 0xCE77DE) is unknown color: approx Orchid. HEX triplet: CE, 77 and DE. RGB value is (206,119,222). Sum of RGB (Red+Green+Blue) = 206+119+222=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77DE is #318821. Grayscale: #9C9C9C. Windows color (decimal): -3246114 or 14579662. OLE color: 14579662.

HSL color Cylindrical-coordinate representation of color #CE77DE: hue angle of 290.68º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE77DE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206119222-
CMYK0.070.4600.13
HSL290.68º60.95%66.86%-
HSV(B)290.68º46.4%87.06%-
XYZ45.2431.5972.82-
YUV156.76164.82163.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=37.66%
G=21.76%
B=40.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061192220.070.4600.13290.6860.9566.86
HexCE77DE72E0D1233d43
Octal31616733675601544375103
Binary11001110111011111011110111101110011011001000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE77DE; }

 p { color: rgb(206,119,222); }

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

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

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

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

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

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

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