Html Css Color HEX #CC80F7 Heliotrope

📋 copy color: '#CC80F7'

red 204 ◦ green 128 ◦ blue 247

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

Shades of Heliotrope #CC80F7

Tints of Heliotrope #CC80F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.66%

R = 35.23%
G = 22.11%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC80F7 (or 0xCC80F7) is known color: Heliotrope. HEX triplet: CC, 80 and F7. RGB value is (204,128,247). Sum of RGB (Red+Green+Blue) = 204+128+247=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC80F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80F7 is #337F08. Grayscale: #A3A3A3. Windows color (decimal): -3374857 or 16220364. OLE color: 16220364.

HSL color Cylindrical-coordinate representation of color #CC80F7: hue angle of 278.32º degrees, saturation: 0.88, 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 #CC80F7 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 128 247 -
CMYK 0.17 0.48 0 0.03
HSL 278.32º 0.88% 0.74% -
HSV(B) 278.32º 0.48% 0.97% -
XYZ 49.41 34.99 92.15 -
YUV 164.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 204 128 247 0.17 0.48 0 0.03 278.32 0.88 0.74
Hex CC 80 F7 11 30 0 3 116 58 4A
Octal 314 200 367 21 60 0 3 426 130 112
Binary 11001100 10000000 11110111 10001 110000 0 11 100010110 1011000 1001010

Color Harmonies of #CC80F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80F7

Black with #CC80F7

Text Example


Text Example

White with #CC80F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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