Html Css Color HEX #CE79E2 Orchid

📋 copy color: '#CE79E2'

red 206 ◦ green 121 ◦ blue 226

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

Shades of Orchid #CE79E2

Tints of Orchid #CE79E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.87%

R = 37.25%
G = 21.88%
B = 40.87%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE79E2 (or 0xCE79E2) is known color: Orchid. HEX triplet: CE, 79 and E2. RGB value is (206,121,226). Sum of RGB (Red+Green+Blue) = 206+121+226=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE79E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79E2 is #31861D. Grayscale: #9E9E9E. Windows color (decimal): -3245598 or 14842318. OLE color: 14842318.

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

Color convert

RGB 206 121 226 -
CMYK 0.09 0.46 0 0.11
HSL 288.57º 0.64% 0.68% -
HSV(B) 288.57º 0.46% 0.89% -
XYZ 46.02 32.29 75.76 -
YUV 158.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 206 121 226 0.09 0.46 0 0.11 288.57 0.64 0.68
Hex CE 79 E2 9 2E 0 B 121 40 44
Octal 316 171 342 11 56 0 13 441 100 104
Binary 11001110 1111001 11100010 1001 101110 0 1011 100100001 1000000 1000100

Color Harmonies of #CE79E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79E2

Black with #CE79E2

Text Example


Text Example

White with #CE79E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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