Html Css Color HEX #CC80F8 Heliotrope

📋 copy color: '#CC80F8'

red 204 ◦ green 128 ◦ blue 248

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

Shades of Heliotrope #CC80F8

Tints of Heliotrope #CC80F8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.07%

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

R = 35.17%
G = 22.07%
B = 42.76%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC80F8 (or 0xCC80F8) is known color: Heliotrope. HEX triplet: CC, 80 and F8. RGB value is (204,128,248). Sum of RGB (Red+Green+Blue) = 204+128+248=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC80F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80F8 is #337F07. Grayscale: #A4A4A4. Windows color (decimal): -3374856 or 16285900. OLE color: 16285900.

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

Color convert

RGB 204 128 248 -
CMYK 0.18 0.48 0 0.03
HSL 278º 0.9% 0.74% -
HSV(B) 278º 0.48% 0.97% -
XYZ 49.56 35.05 92.96 -
YUV 164.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 204 128 248 0.18 0.48 0 0.03 278 0.9 0.74
Hex CC 80 F8 12 30 0 3 116 5A 4A
Octal 314 200 370 22 60 0 3 426 132 112
Binary 11001100 10000000 11111000 10010 110000 0 11 100010110 1011010 1001010

Color Harmonies of #CC80F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80F8

Black with #CC80F8

Text Example


Text Example

White with #CC80F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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