#C07AFC

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

Shades of Heliotrope #C07AFC

Tints of Heliotrope #C07AFC

Color information

#C07AFC (or 0xC07AFC) is unknown color: approx Heliotrope. HEX triplet: C0, 7A and FC. RGB value is (192,122,252). Sum of RGB (Red+Green+Blue) = 192+122+252=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #C07AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AFC is #3F8503. Grayscale: #9D9D9D. Windows color (decimal): -4162820 or 16546496. OLE color: 16546496.

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

Color convert

RGB192122252-
CMYK0.240.5200.01
HSL272.31º95.59%73.33%-
HSV(B)272.31º51.59%98.82%-
XYZ46.2732.1595.86-
YUV157.75181.19152.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 122 (48.05% from 255) = 21.55%
BLUE value IS 252 (98.83% from 255) = 44.52%
R=33.92%
G=21.55%
B=44.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921222520.240.5200.01272.3195.5973.33
HexC07AFC1834011106049
Octal300172374306401420140111
Binary11000000111101011111100110001101000110001000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AFC; }

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

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

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

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

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

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

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

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