#CC82FB

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

Shades of Heliotrope #CC82FB

Tints of Heliotrope #CC82FB

Color information

#CC82FB (or 0xCC82FB) is unknown color: approx Heliotrope. HEX triplet: CC, 82 and FB. RGB value is (204,130,251). Sum of RGB (Red+Green+Blue) = 204+130+251=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC82FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82FB is #337D04. Grayscale: #A5A5A5. Windows color (decimal): -3374341 or 16483020. OLE color: 16483020.

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

Color convert

RGB204130251-
CMYK0.190.4800.02
HSL276.69º93.8%74.71%-
HSV(B)276.69º48.21%98.43%-
XYZ50.335.7795.52-
YUV165.92176.02155.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 130 (51.17% from 255) = 22.22%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=34.87%
G=22.22%
B=42.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041302510.190.4800.02276.6993.874.71
HexCC82FB1330021155e4b
Octal314202373236002425136113
Binary1100110010000010111110111001111000001010001010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82FB; }

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

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

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

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

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

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

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

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