Html Css Color HEX #CC79FE Heliotrope

📋 copy color: '#CC79FE'

red 204 ◦ green 121 ◦ blue 254

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

Shades of Heliotrope #CC79FE

Tints of Heliotrope #CC79FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 35.23%
G = 20.9%
B = 43.87%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC79FE (or 0xCC79FE) is known color: Heliotrope. HEX triplet: CC, 79 and FE. RGB value is (204,121,254). Sum of RGB (Red+Green+Blue) = 204+121+254=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC79FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC79FE is #338601. Grayscale: #A0A0A0. Windows color (decimal): -3376642 or 16677324. OLE color: 16677324.

HSL color Cylindrical-coordinate representation of color #CC79FE: hue angle of 277.44º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC79FE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 121 254 -
CMYK 0.20 0.52 0 0.00
HSL 277.44º 0.99% 0.74% -
HSV(B) 277.44º 0.52% 1% -
XYZ 49.63 33.67 97.65 -
YUV 160.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 204 121 254 0.20 0.52 0 0.00 277.44 0.99 0.74
Hex CC 79 FE 14 34 0 0 115 63 4A
Octal 314 171 376 24 64 0 0 425 143 112
Binary 11001100 1111001 11111110 10100 110100 0 0 100010101 1100011 1001010

Color Harmonies of #CC79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79FE

Black with #CC79FE

Text Example


Text Example

White with #CC79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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