#C07DFF

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

Shades of Heliotrope #C07DFF

Tints of Heliotrope #C07DFF

Color information

#C07DFF (or 0xC07DFF) is unknown color: approx Heliotrope. HEX triplet: C0, 7D and FF. RGB value is (192,125,255). Sum of RGB (Red+Green+Blue) = 192+125+255=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #C07DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DFF is #3F8200. Grayscale: #9F9F9F. Windows color (decimal): -4162049 or 16743872. OLE color: 16743872.

HSL color Cylindrical-coordinate representation of color #C07DFF: hue angle of 270.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07DFF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192125255-
CMYK0.250.5100
HSL270.92º100%74.51%-
HSV(B)270.92º50.98%100%-
XYZ47.1233.0998.51-
YUV159.85181.7150.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 125 (49.22% from 255) = 21.85%
BLUE value IS 255 (100% from 255) = 44.58%
R=33.57%
G=21.85%
B=44.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921252550.250.5100270.9210074.51
HexC07DFF19330010f644b
Octal300175377316300417144113
Binary11000000111110111111111110011100110010000111111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DFF; }

 p { color: rgb(192,125,255); }

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

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

 a { background-color: rgb(192,125,255); }

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

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

 span { border-color: rgb(192,125,255); }

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