Html Css Color HEX #CC77F8 Heliotrope

📋 copy color: '#CC77F8'

red 204 ◦ green 119 ◦ blue 248

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

Shades of Heliotrope #CC77F8

Tints of Heliotrope #CC77F8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.84%

 BLUE value IS 248 (97.27% from 255) = 43.43%

R = 35.73%
G = 20.84%
B = 43.43%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC77F8 (or 0xCC77F8) is known color: Heliotrope. HEX triplet: CC, 77 and F8. RGB value is (204,119,248). Sum of RGB (Red+Green+Blue) = 204+119+248=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77F8 is #338807. Grayscale: #9E9E9E. Windows color (decimal): -3377160 or 16283596. OLE color: 16283596.

HSL color Cylindrical-coordinate representation of color #CC77F8: hue angle of 279.53º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC77F8 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 119 248 -
CMYK 0.18 0.52 0 0.03
HSL 279.53º 0.9% 0.72% -
HSV(B) 279.53º 0.52% 0.97% -
XYZ 48.44 32.81 92.59 -
YUV 159.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 204 119 248 0.18 0.52 0 0.03 279.53 0.9 0.72
Hex CC 77 F8 12 34 0 3 118 5A 48
Octal 314 167 370 22 64 0 3 430 132 110
Binary 11001100 1110111 11111000 10010 110100 0 11 100011000 1011010 1001000

Color Harmonies of #CC77F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77F8

Black with #CC77F8

Text Example


Text Example

White with #CC77F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77F8; }

 p { color: rgb(204,119,248); }

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

background-color css

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

 a { background-color: rgb(204,119,248); }

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

border-color css

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

 span { border-color: rgb(204,119,248); }

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