#C77BF1

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

Shades of Heliotrope #C77BF1

Tints of Heliotrope #C77BF1

Color information

#C77BF1 (or 0xC77BF1) is unknown color: approx Heliotrope. HEX triplet: C7, 7B and F1. RGB value is (199,123,241). Sum of RGB (Red+Green+Blue) = 199+123+241=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #C77BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C77BF1 is #38840E. Grayscale: #9E9E9E. Windows color (decimal): -3703823 or 15825863. OLE color: 15825863.

HSL color Cylindrical-coordinate representation of color #C77BF1: hue angle of 278.64º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77BF1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199123241-
CMYK0.170.4900.05
HSL278.64º80.82%71.37%-
HSV(B)278.64º48.96%94.51%-
XYZ46.5132.6687.07-
YUV159.18174.18156.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.35%
GREEN value IS 123 (48.44% from 255) = 21.85%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=35.35%
G=21.85%
B=42.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991232410.170.4900.05278.6480.8271.37
HexC77BF11131051175147
Octal307173361216105427121107
Binary1100011111110111111000110001110001010110001011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77BF1; }

 p { color: rgb(199,123,241); }

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

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

 a { background-color: rgb(199,123,241); }

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

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

 span { border-color: rgb(199,123,241); }

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