#CC7DF0

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

Shades of Heliotrope #CC7DF0

Tints of Heliotrope #CC7DF0

Color information

#CC7DF0 (or 0xCC7DF0) is unknown color: approx Heliotrope. HEX triplet: CC, 7D and F0. RGB value is (204,125,240). Sum of RGB (Red+Green+Blue) = 204+125+240=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC7DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7DF0 is #33820F. Grayscale: #A1A1A1. Windows color (decimal): -3375632 or 15760844. OLE color: 15760844.

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

Color convert

RGB204125240-
CMYK0.150.4800.06
HSL281.22º79.31%71.57%-
HSV(B)281.22º47.92%94.12%-
XYZ47.9633.886.43-
YUV161.73172.17158.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=35.85%
G=21.97%
B=42.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041252400.150.4800.06281.2279.3171.57
HexCC7DF0F30061194f48
Octal314175360176006431117110
Binary110011001111101111100001111110000011010001100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DF0; }

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

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

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

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

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

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

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

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