#CC7CFD

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

Shades of Heliotrope #CC7CFD

Tints of Heliotrope #CC7CFD

Color information

#CC7CFD (or 0xCC7CFD) is unknown color: approx Heliotrope. HEX triplet: CC, 7C and FD. RGB value is (204,124,253). Sum of RGB (Red+Green+Blue) = 204+124+253=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFD is #338302. Grayscale: #A2A2A2. Windows color (decimal): -3375875 or 16612556. OLE color: 16612556.

HSL color Cylindrical-coordinate representation of color #CC7CFD: hue angle of 277.21º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7CFD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204124253-
CMYK0.190.5100.01
HSL277.21º96.99%73.92%-
HSV(B)277.21º50.99%99.22%-
XYZ49.8434.3496.93-
YUV162.63179157.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 124 (48.83% from 255) = 21.34%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=35.11%
G=21.34%
B=43.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041242530.190.5100.01277.2196.9973.92
HexCC7CFD133301115614a
Octal314174375236301425141112
Binary11001100111110011111101100111100110110001010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CFD; }

 p { color: rgb(204,124,253); }

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

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

 a { background-color: rgb(204,124,253); }

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

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

 span { border-color: rgb(204,124,253); }

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