#CC7BFC

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

Shades of Heliotrope #CC7BFC

Tints of Heliotrope #CC7BFC

Color information

#CC7BFC (or 0xCC7BFC) is unknown color: approx Heliotrope. HEX triplet: CC, 7B and FC. RGB value is (204,123,252). Sum of RGB (Red+Green+Blue) = 204+123+252=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC7BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BFC is #338403. Grayscale: #A1A1A1. Windows color (decimal): -3376132 or 16546764. OLE color: 16546764.

HSL color Cylindrical-coordinate representation of color #CC7BFC: hue angle of 277.67º degrees, saturation: 0.96, 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 #CC7BFC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204123252-
CMYK0.190.5100.01
HSL277.67º95.56%73.53%-
HSV(B)277.67º51.19%98.82%-
XYZ49.5634.0396.05-
YUV161.93178.84158.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 123 (48.44% from 255) = 21.24%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=35.23%
G=21.24%
B=43.52%

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
Decimal2041232520.190.5100.01277.6795.5673.53
HexCC7BFC133301116604a
Octal314173374236301426140112
Binary11001100111101111111100100111100110110001011011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7BFC; }

 p { color: rgb(204,123,252); }

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

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

 a { background-color: rgb(204,123,252); }

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

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

 span { border-color: rgb(204,123,252); }

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