#CE79D1

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

Shades of Orchid #CE79D1

Tints of Orchid #CE79D1

Color information

#CE79D1 (or 0xCE79D1) is unknown color: approx Orchid. HEX triplet: CE, 79 and D1. RGB value is (206,121,209). Sum of RGB (Red+Green+Blue) = 206+121+209=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D1 is #31862E. Grayscale: #9C9C9C. Windows color (decimal): -3245615 or 13728206. OLE color: 13728206.

HSL color Cylindrical-coordinate representation of color #CE79D1: hue angle of 297.95º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE79D1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206121209-
CMYK0.010.4200.18
HSL297.95º48.89%64.71%-
HSV(B)297.95º42.11%81.96%-
XYZ43.831.464.07-
YUV156.45157.66163.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=38.43%
G=22.57%
B=38.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061212090.010.4200.18297.9548.8964.71
HexCE79D112A01212a3141
Octal31617132115202245261101
Binary1100111011110011101000111010100100101001010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE79D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE79D1; }

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

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

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

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

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

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

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

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