#CE79BB

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

Shades of Orchid #CE79BB

Tints of Orchid #CE79BB

Color information

#CE79BB (or 0xCE79BB) is unknown color: approx Orchid. HEX triplet: CE, 79 and BB. RGB value is (206,121,187). Sum of RGB (Red+Green+Blue) = 206+121+187=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79BB is #318644. Grayscale: #999999. Windows color (decimal): -3245637 or 12286414. OLE color: 12286414.

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

Color convert

RGB206121187-
CMYK00.410.090.19
HSL313.41º46.45%64.12%-
HSV(B)313.41º41.26%80.78%-
XYZ41.2630.3850.7-
YUV153.94146.66165.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 121 (47.66% from 255) = 23.54%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=40.08%
G=23.54%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612118700.410.090.19313.4146.4564.12
HexCE79BB0299131392e40
Octal316171273051112347156100
Binary1100111011110011011101101010011001100111001110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE79BB; }

 p { color: rgb(206,121,187); }

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

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

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

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

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

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

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