#CC7CFB

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

Shades of Heliotrope #CC7CFB

Tints of Heliotrope #CC7CFB

Color information

#CC7CFB (or 0xCC7CFB) is unknown color: approx Heliotrope. HEX triplet: CC, 7C and FB. RGB value is (204,124,251). Sum of RGB (Red+Green+Blue) = 204+124+251=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFB is #338304. Grayscale: #A1A1A1. Windows color (decimal): -3375877 or 16481484. OLE color: 16481484.

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

Color convert

RGB204124251-
CMYK0.190.5100.02
HSL277.8º94.07%73.53%-
HSV(B)277.8º50.6%98.43%-
XYZ49.5234.2295.26-
YUV162.4178157.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 251 (98.44% from 255) = 43.35%
R=35.23%
G=21.42%
B=43.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041242510.190.5100.02277.894.0773.53
HexCC7CFB1333021165e4a
Octal314174373236302426136112
Binary110011001111100111110111001111001101010001011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CFB; }

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

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

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

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

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

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

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

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