#C070FD

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

Shades of Heliotrope #C070FD

Tints of Heliotrope #C070FD

Color information

#C070FD (or 0xC070FD) is unknown color: approx Heliotrope. HEX triplet: C0, 70 and FD. RGB value is (192,112,253). Sum of RGB (Red+Green+Blue) = 192+112+253=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #C070FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070FD is #3F8F02. Grayscale: #979797. Windows color (decimal): -4165379 or 16609472. OLE color: 16609472.

HSL color Cylindrical-coordinate representation of color #C070FD: hue angle of 274.04º 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 #C070FD is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192112253-
CMYK0.240.5600.01
HSL274.04º97.24%71.57%-
HSV(B)274.04º55.73%99.22%-
XYZ45.2629.8996.31-
YUV151.99185156.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 112 (44.14% from 255) = 20.11%
BLUE value IS 253 (99.22% from 255) = 45.42%
R=34.47%
G=20.11%
B=45.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921122530.240.5600.01274.0497.2471.57
HexC070FD1838011126148
Octal300160375307001422141110
Binary11000000111000011111101110001110000110001001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C070FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C070FD; }

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

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

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

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

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

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

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

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