#C770FC

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

Shades of Heliotrope #C770FC

Tints of Heliotrope #C770FC

Color information

#C770FC (or 0xC770FC) is unknown color: approx Heliotrope. HEX triplet: C7, 70 and FC. RGB value is (199,112,252). Sum of RGB (Red+Green+Blue) = 199+112+252=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #C770FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770FC is #388F03. Grayscale: #999999. Windows color (decimal): -3706628 or 16543943. OLE color: 16543943.

HSL color Cylindrical-coordinate representation of color #C770FC: hue angle of 277.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C770FC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199112252-
CMYK0.210.5600.01
HSL277.29º95.89%71.37%-
HSV(B)277.29º55.56%98.82%-
XYZ46.9230.7695.56-
YUV153.97183.32160.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.35%
GREEN value IS 112 (44.14% from 255) = 19.89%
BLUE value IS 252 (98.83% from 255) = 44.76%
R=35.35%
G=19.89%
B=44.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991122520.210.5600.01277.2995.8971.37
HexC770FC1538011156047
Octal307160374257001425140107
Binary11000111111000011111100101011110000110001010111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C770FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C770FC; }

 p { color: rgb(199,112,252); }

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

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

 a { background-color: rgb(199,112,252); }

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

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

 span { border-color: rgb(199,112,252); }

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