#CC7FF0

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

Shades of Heliotrope #CC7FF0

Tints of Heliotrope #CC7FF0

Color information

#CC7FF0 (or 0xCC7FF0) is unknown color: approx Heliotrope. HEX triplet: CC, 7F and F0. RGB value is (204,127,240). Sum of RGB (Red+Green+Blue) = 204+127+240=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FF0 is #33800F. Grayscale: #A2A2A2. Windows color (decimal): -3375120 or 15761356. OLE color: 15761356.

HSL color Cylindrical-coordinate representation of color #CC7FF0: hue angle of 280.88º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7FF0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204127240-
CMYK0.150.4700.06
HSL280.88º79.02%71.96%-
HSV(B)280.88º47.08%94.12%-
XYZ48.2234.3186.52-
YUV162.9171.51157.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 127 (50% from 255) = 22.24%
BLUE value IS 240 (94.14% from 255) = 42.03%
R=35.73%
G=22.24%
B=42.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041272400.150.4700.06280.8879.0271.96
HexCC7FF0F2F061194f48
Octal314177360175706431117110
Binary110011001111111111100001111101111011010001100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7FF0; }

 p { color: rgb(204,127,240); }

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

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

 a { background-color: rgb(204,127,240); }

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

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

 span { border-color: rgb(204,127,240); }

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