#C072DD

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

Shades of Medium Orchid #C072DD

Tints of Medium Orchid #C072DD

Color information

#C072DD (or 0xC072DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 72 and DD. RGB value is (192,114,221). Sum of RGB (Red+Green+Blue) = 192+114+221=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C072DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072DD is #3F8D22. Grayscale: #959595. Windows color (decimal): -4164899 or 14512832. OLE color: 14512832.

HSL color Cylindrical-coordinate representation of color #C072DD: hue angle of 283.74º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C072DD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192114221-
CMYK0.130.4800.13
HSL283.74º61.14%65.69%-
HSV(B)283.74º48.42%86.67%-
XYZ40.8128.4671.75-
YUV149.52168.34158.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=36.43%
G=21.63%
B=41.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921142210.130.4800.13283.7461.1465.69
HexC072DDD300D11c3d42
Octal300162335156001543475102
Binary110000001110010110111011101110000011011000111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072DD; }

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

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

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

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

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

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

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

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