#CE79D4

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

Shades of Orchid #CE79D4

Tints of Orchid #CE79D4

Color information

#CE79D4 (or 0xCE79D4) is unknown color: approx Orchid. HEX triplet: CE, 79 and D4. RGB value is (206,121,212). Sum of RGB (Red+Green+Blue) = 206+121+212=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D4 is #31862B. Grayscale: #9C9C9C. Windows color (decimal): -3245612 or 13924814. OLE color: 13924814.

HSL color Cylindrical-coordinate representation of color #CE79D4: hue angle of 296.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE79D4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206121212-
CMYK0.030.4300.17
HSL296.04º51.41%65.29%-
HSV(B)296.04º42.92%83.14%-
XYZ44.1731.5566.05-
YUV156.79159.16163.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=38.22%
G=22.45%
B=39.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061212120.030.4300.17296.0451.4165.29
HexCE79D432B0111283341
Octal31617132435302145063101
Binary11001110111100111010100111010110100011001010001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE79D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE79D4; }

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

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

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

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

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

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

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

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