#C770FD

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

Shades of Heliotrope #C770FD

Tints of Heliotrope #C770FD

Color information

#C770FD (or 0xC770FD) is unknown color: approx Heliotrope. HEX triplet: C7, 70 and FD. RGB value is (199,112,253). Sum of RGB (Red+Green+Blue) = 199+112+253=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #C770FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C770FD is #388F02. Grayscale: #999999. Windows color (decimal): -3706627 or 16609479. OLE color: 16609479.

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

Color convert

RGB199112253-
CMYK0.210.5600.01
HSL277.02º97.24%71.57%-
HSV(B)277.02º55.73%99.22%-
XYZ47.0830.8296.4-
YUV154.09183.82160.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.28%
GREEN value IS 112 (44.14% from 255) = 19.86%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=35.28%
G=19.86%
B=44.86%

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
Decimal1991122530.210.5600.01277.0297.2471.57
HexC770FD1538011156148
Octal307160375257001425141110
Binary11000111111000011111101101011110000110001010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C770FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C770FD; }

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

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

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

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

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

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

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

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