#C072D5

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

Shades of Medium Orchid #C072D5

Tints of Medium Orchid #C072D5

Color information

#C072D5 (or 0xC072D5) is unknown color: approx Medium Orchid. HEX triplet: C0, 72 and D5. RGB value is (192,114,213). Sum of RGB (Red+Green+Blue) = 192+114+213=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #C072D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072D5 is #3F8D2A. Grayscale: #949494. Windows color (decimal): -4164907 or 13988544. OLE color: 13988544.

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

Color convert

RGB192114213-
CMYK0.100.4600.16
HSL287.27º54.1%64.12%-
HSV(B)287.27º46.48%83.53%-
XYZ39.7728.0566.27-
YUV148.61164.34158.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=36.99%
G=21.97%
B=41.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921142130.100.4600.16287.2754.164.12
HexC072D5A2E01011f3640
Octal300162325125602043766100
Binary1100000011100101101010110101011100100001000111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072D5; }

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

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

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

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

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

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

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

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