Html Css Color HEX #CC80F4 Heliotrope

📋 copy color: '#CC80F4'

red 204 ◦ green 128 ◦ blue 244

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

Shades of Heliotrope #CC80F4

Tints of Heliotrope #CC80F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.36%

R = 35.42%
G = 22.22%
B = 42.36%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC80F4 (or 0xCC80F4) is known color: Heliotrope. HEX triplet: CC, 80 and F4. RGB value is (204,128,244). Sum of RGB (Red+Green+Blue) = 204+128+244=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC80F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80F4 is #337F0B. Grayscale: #A3A3A3. Windows color (decimal): -3374860 or 16023756. OLE color: 16023756.

HSL color Cylindrical-coordinate representation of color #CC80F4: hue angle of 279.31º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC80F4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 128 244 -
CMYK 0.16 0.48 0 0.04
HSL 279.31º 0.84% 0.73% -
HSV(B) 279.31º 0.48% 0.96% -
XYZ 48.95 34.81 89.73 -
YUV 163.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 204 128 244 0.16 0.48 0 0.04 279.31 0.84 0.73
Hex CC 80 F4 10 30 0 4 117 54 49
Octal 314 200 364 20 60 0 4 427 124 111
Binary 11001100 10000000 11110100 10000 110000 0 100 100010111 1010100 1001001

Color Harmonies of #CC80F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80F4

Black with #CC80F4

Text Example


Text Example

White with #CC80F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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