#C07DF2

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

Shades of Heliotrope #C07DF2

Tints of Heliotrope #C07DF2

Color information

#C07DF2 (or 0xC07DF2) is unknown color: approx Heliotrope. HEX triplet: C0, 7D and F2. RGB value is (192,125,242). Sum of RGB (Red+Green+Blue) = 192+125+242=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #C07DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07DF2 is #3F820D. Grayscale: #9D9D9D. Windows color (decimal): -4162062 or 15891904. OLE color: 15891904.

HSL color Cylindrical-coordinate representation of color #C07DF2: hue angle of 274.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07DF2 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB192125242-
CMYK0.210.4800.05
HSL274.36º81.82%71.96%-
HSV(B)274.36º48.35%94.9%-
XYZ45.132.2887.86-
YUV158.37175.2151.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 242 (94.92% from 255) = 43.29%
R=34.35%
G=22.36%
B=43.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1921252420.210.4800.05274.3681.8271.96
HexC07DF21530051125248
Octal300175362256005422122110
Binary1100000011111011111001010101110000010110001001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DF2; }

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

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

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

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

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

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

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

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