#C072CD

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

Shades of Medium Orchid #C072CD

Tints of Medium Orchid #C072CD

Color information

#C072CD (or 0xC072CD) is unknown color: approx Medium Orchid. HEX triplet: C0, 72 and CD. RGB value is (192,114,205). Sum of RGB (Red+Green+Blue) = 192+114+205=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C072CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072CD is #3F8D32. Grayscale: #939393. Windows color (decimal): -4164915 or 13464256. OLE color: 13464256.

HSL color Cylindrical-coordinate representation of color #C072CD: hue angle of 291.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C072CD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192114205-
CMYK0.060.4400.20
HSL291.43º47.64%62.55%-
HSV(B)291.43º44.39%80.39%-
XYZ38.7727.6561.05-
YUV147.7160.34159.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 114 (44.92% from 255) = 22.31%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=37.57%
G=22.31%
B=40.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921142050.060.4400.20291.4347.6462.55
HexC072CD62C014123303f
Octal3001623156540244436077
Binary11000000111001011001101110101100010100100100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072CD; }

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

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

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

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

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

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

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

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