#C02FD5

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

Shades of Medium Orchid #C02FD5

Tints of Medium Orchid #C02FD5

Color information

#C02FD5 (or 0xC02FD5) is unknown color: approx Medium Orchid. HEX triplet: C0, 2F and D5. RGB value is (192,47,213). Sum of RGB (Red+Green+Blue) = 192+47+213=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #C02FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FD5 is #3FD02A. Grayscale: #6C6C6C. Windows color (decimal): -4182059 or 13971392. OLE color: 13971392.

HSL color Cylindrical-coordinate representation of color #C02FD5: hue angle of 292.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02FD5 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19247213-
CMYK0.100.7800.16
HSL292.41º66.4%50.98%-
HSV(B)292.41º77.93%83.53%-
XYZ34.7618.0464.6-
YUV109.28186.54187-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 47 (18.75% from 255) = 10.40%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=42.48%
G=10.40%
B=47.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192472130.100.7800.16292.4166.450.98
HexC02FD5A4E0101244233
Octal300573251211602044410263
Binary1100000010111111010101101010011100100001001001001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02FD5; }

 p { color: rgb(192,47,213); }

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

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

 a { background-color: rgb(192,47,213); }

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

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

 span { border-color: rgb(192,47,213); }

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