#CC7AFF

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

Shades of Heliotrope #CC7AFF

Tints of Heliotrope #CC7AFF

Color information

#CC7AFF (or 0xCC7AFF) is unknown color: approx Heliotrope. HEX triplet: CC, 7A and FF. RGB value is (204,122,255). Sum of RGB (Red+Green+Blue) = 204+122+255=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC7AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7AFF is #338500. Grayscale: #A1A1A1. Windows color (decimal): -3376385 or 16743116. OLE color: 16743116.

HSL color Cylindrical-coordinate representation of color #CC7AFF: hue angle of 276.99º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7AFF is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204122255-
CMYK0.20.5200
HSL276.99º100%73.92%-
HSV(B)276.99º52.16%100%-
XYZ49.9133.9898.54-
YUV161.68180.67158.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 122 (48.05% from 255) = 21.00%
BLUE value IS 255 (100% from 255) = 43.89%
R=35.11%
G=21.00%
B=43.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041222550.20.5200276.9910073.92
HexCC7AFF143400115644a
Octal314172377246400425144112
Binary11001100111101011111111101001101000010001010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7AFF; }

 p { color: rgb(204,122,255); }

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

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

 a { background-color: rgb(204,122,255); }

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

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

 span { border-color: rgb(204,122,255); }

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