#C075FC

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

Shades of Heliotrope #C075FC

Tints of Heliotrope #C075FC

Color information

#C075FC (or 0xC075FC) is unknown color: approx Heliotrope. HEX triplet: C0, 75 and FC. RGB value is (192,117,252). Sum of RGB (Red+Green+Blue) = 192+117+252=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #C075FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C075FC is #3F8A03. Grayscale: #9A9A9A. Windows color (decimal): -4164100 or 16545216. OLE color: 16545216.

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

Color convert

RGB192117252-
CMYK0.240.5400.01
HSL273.33º95.74%72.35%-
HSV(B)273.33º53.57%98.82%-
XYZ45.6730.9695.66-
YUV154.82182.85154.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 117 (46.09% from 255) = 20.86%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=34.22%
G=20.86%
B=44.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921172520.240.5400.01273.3395.7472.35
HexC075FC1836011116048
Octal300165374306601421140110
Binary11000000111010111111100110001101100110001000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075FC; }

 p { color: rgb(192,117,252); }

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

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

 a { background-color: rgb(192,117,252); }

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

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

 span { border-color: rgb(192,117,252); }

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