#CC7AF7

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

Shades of Heliotrope #CC7AF7

Tints of Heliotrope #CC7AF7

Color information

#CC7AF7 (or 0xCC7AF7) is unknown color: approx Heliotrope. HEX triplet: CC, 7A and F7. RGB value is (204,122,247). Sum of RGB (Red+Green+Blue) = 204+122+247=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC7AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7AF7 is #338508. Grayscale: #A0A0A0. Windows color (decimal): -3376393 or 16218828. OLE color: 16218828.

HSL color Cylindrical-coordinate representation of color #CC7AF7: hue angle of 279.36º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7AF7 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204122247-
CMYK0.170.5100.03
HSL279.36º88.65%72.35%-
HSV(B)279.36º50.61%96.86%-
XYZ48.6533.4791.89-
YUV160.77176.67158.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 122 (48.05% from 255) = 21.29%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=35.60%
G=21.29%
B=43.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041222470.170.5100.03279.3688.6572.35
HexCC7AF71133031175948
Octal314172367216303427131110
Binary110011001111010111101111000111001101110001011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7AF7; }

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

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

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

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

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

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

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

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