#C780FC

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

Shades of Heliotrope #C780FC

Tints of Heliotrope #C780FC

Color information

#C780FC (or 0xC780FC) is unknown color: approx Heliotrope. HEX triplet: C7, 80 and FC. RGB value is (199,128,252). Sum of RGB (Red+Green+Blue) = 199+128+252=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 128 (50.39% from 255 or 22.11% 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 #C780FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C780FC is #387F03. Grayscale: #A2A2A2. Windows color (decimal): -3702532 or 16548039. OLE color: 16548039.

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

Color convert

RGB199128252-
CMYK0.210.4900.01
HSL274.35º95.38%74.51%-
HSV(B)274.35º49.21%98.82%-
XYZ48.8434.6196.2-
YUV163.36178.02153.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 252 (98.83% from 255) = 43.52%
R=34.37%
G=22.11%
B=43.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991282520.210.4900.01274.3595.3874.51
HexC780FC1531011125f4b
Octal307200374256101422137113
Binary110001111000000011111100101011100010110001001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780FC; }

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

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

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

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

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

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

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

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