#ce77b8

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

Shades of Orchid #CE77B8

Tints of Orchid #CE77B8

Color information

#CE77B8 (or 0xCE77B8) is unknown color: approx Orchid. HEX triplet: CE, 77 and B8. RGB value is (206,119,184). Sum of RGB (Red+Green+Blue) = 206+119+184=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77B8 is #318847. Grayscale: #989898. Windows color (decimal): -3246152 or 12089294. OLE color: 12089294.

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

Color convert

RGB206119184-
CMYK00.420.110.19
HSL315.17º47.03%63.73%-
HSV(B)315.17º42.23%80.78%-
XYZ40.729.7848.95-
YUV152.42145.82166.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 119 (46.88% from 255) = 23.38%
BLUE value IS 184 (72.27% from 255) = 36.15%
R=40.47%
G=23.38%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611918400.420.110.19315.1747.0363.73
HexCE77B802AB1313b2f40
Octal316167270052132347357100
Binary1100111011101111011100001010101011100111001110111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce77b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce77b8; }

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

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

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

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

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

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

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

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