#CE79BC

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

Shades of Orchid #CE79BC

Tints of Orchid #CE79BC

Color information

#CE79BC (or 0xCE79BC) is unknown color: approx Orchid. HEX triplet: CE, 79 and BC. RGB value is (206,121,188). Sum of RGB (Red+Green+Blue) = 206+121+188=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79BC is #318643. Grayscale: #999999. Windows color (decimal): -3245636 or 12351950. OLE color: 12351950.

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

Color convert

RGB206121188-
CMYK00.410.090.19
HSL312.71º46.45%64.12%-
HSV(B)312.71º41.26%80.78%-
XYZ41.3730.4351.27-
YUV154.05147.16165.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=40%
G=23.50%
B=36.50%

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
Decimal20612118800.410.090.19312.7146.4564.12
HexCE79BC0299131392e40
Octal316171274051112347156100
Binary1100111011110011011110001010011001100111001110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE79BC; }

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

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

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

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

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

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

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

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