Html Css Color HEX #CE79D8 Orchid

📋 copy color: '#CE79D8'

red 206 ◦ green 121 ◦ blue 216

#CE79D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CE79D8

Tints of Orchid #CE79D8

RGB

 RED value IS 206 (80.86% from 255) = 37.94%

 GREEN value IS 121 (47.66% from 255) = 22.28%

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 37.94%
G = 22.28%
B = 39.78%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE79D8 (or 0xCE79D8) is known color: Orchid. HEX triplet: CE, 79 and D8. RGB value is (206,121,216). Sum of RGB (Red+Green+Blue) = 206+121+216=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D8 is #318627. Grayscale: #9C9C9C. Windows color (decimal): -3245608 or 14186958. OLE color: 14186958.

HSL color Cylindrical-coordinate representation of color #CE79D8: hue angle of 293.68º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE79D8 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 121 216 -
CMYK 0.05 0.44 0 0.15
HSL 293.68º 0.55% 0.66% -
HSV(B) 293.68º 0.44% 0.85% -
XYZ 44.69 31.75 68.74 -
YUV 157.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 206 121 216 0.05 0.44 0 0.15 293.68 0.55 0.66
Hex CE 79 D8 5 2C 0 F 126 37 42
Octal 316 171 330 5 54 0 17 446 67 102
Binary 11001110 1111001 11011000 101 101100 0 1111 100100110 110111 1000010

Color Harmonies of #CE79D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79D8

Black with #CE79D8

Text Example


Text Example

White with #CE79D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79D8; }

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

 H1.HeaderClassName
 {
   color: #CE79D8;
 }
 .AnyTagClassName
 {
   color: #CE79D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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