#C071FD

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

Shades of Heliotrope #C071FD

Tints of Heliotrope #C071FD

Color information

#C071FD (or 0xC071FD) is unknown color: approx Heliotrope. HEX triplet: C0, 71 and FD. RGB value is (192,113,253). Sum of RGB (Red+Green+Blue) = 192+113+253=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #C071FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071FD is #3F8E02. Grayscale: #989898. Windows color (decimal): -4165123 or 16609728. OLE color: 16609728.

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

Color convert

RGB192113253-
CMYK0.240.5500.01
HSL273.86º97.22%71.76%-
HSV(B)273.86º55.34%99.22%-
XYZ45.3730.1196.35-
YUV152.58184.67156.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.41%
GREEN value IS 113 (44.53% from 255) = 20.25%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=34.41%
G=20.25%
B=45.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921132530.240.5500.01273.8697.2271.76
HexC071FD1837011126148
Octal300161375306701422141110
Binary11000000111000111111101110001101110110001001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071FD; }

 p { color: rgb(192,113,253); }

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

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

 a { background-color: rgb(192,113,253); }

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

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

 span { border-color: rgb(192,113,253); }

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