Html Css Color HEX #CC80FB Heliotrope

📋 copy color: '#CC80FB'

red 204 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #CC80FB

Tints of Heliotrope #CC80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.05%

R = 34.99%
G = 21.96%
B = 43.05%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC80FB (or 0xCC80FB) is known color: Heliotrope. HEX triplet: CC, 80 and FB. RGB value is (204,128,251). Sum of RGB (Red+Green+Blue) = 204+128+251=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80FB is #337F04. Grayscale: #A4A4A4. Windows color (decimal): -3374853 or 16482508. OLE color: 16482508.

HSL color Cylindrical-coordinate representation of color #CC80FB: hue angle of 277.07º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC80FB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 128 251 -
CMYK 0.19 0.49 0 0.02
HSL 277.07º 0.94% 0.74% -
HSV(B) 277.07º 0.49% 0.98% -
XYZ 50.03 35.24 95.43 -
YUV 164.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 204 128 251 0.19 0.49 0 0.02 277.07 0.94 0.74
Hex CC 80 FB 13 31 0 2 115 5E 4A
Octal 314 200 373 23 61 0 2 425 136 112
Binary 11001100 10000000 11111011 10011 110001 0 10 100010101 1011110 1001010

Color Harmonies of #CC80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC80FB

Black with #CC80FB

Text Example


Text Example

White with #CC80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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