Html Css Color HEX #CE79E5 Orchid

📋 copy color: '#CE79E5'

red 206 ◦ green 121 ◦ blue 229

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

Shades of Orchid #CE79E5

Tints of Orchid #CE79E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 37.05%
G = 21.76%
B = 41.19%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE79E5 (or 0xCE79E5) is known color: Orchid. HEX triplet: CE, 79 and E5. RGB value is (206,121,229). Sum of RGB (Red+Green+Blue) = 206+121+229=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79E5 is #31861A. Grayscale: #9E9E9E. Windows color (decimal): -3245595 or 15038926. OLE color: 15038926.

HSL color Cylindrical-coordinate representation of color #CE79E5: hue angle of 287.22º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE79E5 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 121 229 -
CMYK 0.10 0.47 0 0.10
HSL 287.22º 0.68% 0.69% -
HSV(B) 287.22º 0.47% 0.9% -
XYZ 46.43 32.45 77.95 -
YUV 158.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 206 121 229 0.10 0.47 0 0.10 287.22 0.68 0.69
Hex CE 79 E5 A 2F 0 A 11F 44 45
Octal 316 171 345 12 57 0 12 437 104 105
Binary 11001110 1111001 11100101 1010 101111 0 1010 100011111 1000100 1000101

Color Harmonies of #CE79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79E5

Black with #CE79E5

Text Example


Text Example

White with #CE79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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