#CC80FD

Color #CC80FD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CC80FD

Tints of Heliotrope #CC80FD

Color information

#CC80FD (or 0xCC80FD) is unknown color: approx Heliotrope. HEX triplet: CC, 80 and FD. RGB value is (204,128,253). Sum of RGB (Red+Green+Blue) = 204+128+253=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC80FD is #337F02. Grayscale: #A4A4A4. Windows color (decimal): -3374851 or 16613580. OLE color: 16613580.

HSL color Cylindrical-coordinate representation of color #CC80FD: hue angle of 276.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC80FD is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204128253-
CMYK0.190.4900.01
HSL276.48º96.9%74.71%-
HSV(B)276.48º49.41%99.22%-
XYZ50.3535.3797.1-
YUV164.97177.68155.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=34.87%
G=21.88%
B=43.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041282530.190.4900.01276.4896.974.71
HexCC80FD133101114614b
Octal314200375236101424141113
Binary110011001000000011111101100111100010110001010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC80FD; }

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

 H1.HeaderClassName
 {
   color: #CC80FD;
 }
 .AnyTagClassName
 {
   color: #CC80FD;
 }
</style>
background-color css

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

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

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

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

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

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