#CC82FA

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

Shades of Heliotrope #CC82FA

Tints of Heliotrope #CC82FA

Color information

#CC82FA (or 0xCC82FA) is unknown color: approx Heliotrope. HEX triplet: CC, 82 and FA. RGB value is (204,130,250). Sum of RGB (Red+Green+Blue) = 204+130+250=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC82FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC82FA is #337D05. Grayscale: #A5A5A5. Windows color (decimal): -3374342 or 16417484. OLE color: 16417484.

HSL color Cylindrical-coordinate representation of color #CC82FA: hue angle of 277º degrees, saturation: 0.92, 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 #CC82FA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204130250-
CMYK0.180.4800.02
HSL277º92.31%74.51%-
HSV(B)277º48%98.04%-
XYZ50.1435.794.69-
YUV165.81175.52155.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 130 (51.17% from 255) = 22.26%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=34.93%
G=22.26%
B=42.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041302500.180.4800.0227792.3174.51
HexCC82FA1230021155c4b
Octal314202372226002425134113
Binary1100110010000010111110101001011000001010001010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC82FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC82FA; }

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

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

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

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

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

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

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

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