#CE77BA

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

Shades of Orchid #CE77BA

Tints of Orchid #CE77BA

Color information

#CE77BA (or 0xCE77BA) is unknown color: approx Orchid. HEX triplet: CE, 77 and BA. RGB value is (206,119,186). Sum of RGB (Red+Green+Blue) = 206+119+186=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77BA is #318845. Grayscale: #989898. Windows color (decimal): -3246150 or 12220366. OLE color: 12220366.

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

Color convert

RGB206119186-
CMYK00.420.100.19
HSL313.79º47.03%63.73%-
HSV(B)313.79º42.23%80.78%-
XYZ40.9129.8650.06-
YUV152.65146.82166.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.31%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=40.31%
G=23.29%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611918600.420.100.19313.7947.0363.73
HexCE77BA02AA1313a2f40
Octal316167272052122347257100
Binary1100111011101111011101001010101010100111001110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE77BA; }

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

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

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

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

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

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

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

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