Html Css Color HEX #CC79E5 Orchid

📋 copy color: '#CC79E5'

red 204 ◦ green 121 ◦ blue 229

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

Shades of Orchid #CC79E5

Tints of Orchid #CC79E5

RGB

 RED value IS 204 (80.08% from 255) = 36.82%

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

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

R = 36.82%
G = 21.84%
B = 41.34%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC79E5 (or 0xCC79E5) is known color: Orchid. HEX triplet: CC, 79 and E5. RGB value is (204,121,229). Sum of RGB (Red+Green+Blue) = 204+121+229=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79E5 is #33861A. Grayscale: #9D9D9D. Windows color (decimal): -3376667 or 15038924. OLE color: 15038924.

HSL color Cylindrical-coordinate representation of color #CC79E5: hue angle of 286.11º 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 #CC79E5 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 121 229 -
CMYK 0.11 0.47 0 0.10
HSL 286.11º 0.68% 0.69% -
HSV(B) 286.11º 0.47% 0.9% -
XYZ 45.88 32.17 77.92 -
YUV 158.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 204 121 229 0.11 0.47 0 0.10 286.11 0.68 0.69
Hex CC 79 E5 B 2F 0 A 11E 44 45
Octal 314 171 345 13 57 0 12 436 104 105
Binary 11001100 1111001 11100101 1011 101111 0 1010 100011110 1000100 1000101

Color Harmonies of #CC79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79E5

Black with #CC79E5

Text Example


Text Example

White with #CC79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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