#C272DB

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

Shades of Medium Orchid #C272DB

Tints of Medium Orchid #C272DB

Color information

#C272DB (or 0xC272DB) is unknown color: approx Medium Orchid. HEX triplet: C2, 72 and DB. RGB value is (194,114,219). Sum of RGB (Red+Green+Blue) = 194+114+219=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C272DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272DB is #3D8D24. Grayscale: #959595. Windows color (decimal): -4033829 or 14381762. OLE color: 14381762.

HSL color Cylindrical-coordinate representation of color #C272DB: hue angle of 285.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C272DB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194114219-
CMYK0.110.4800.14
HSL285.71º59.32%65.29%-
HSV(B)285.71º47.95%85.88%-
XYZ41.0528.6270.38-
YUV149.89167159.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.81%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=36.81%
G=21.63%
B=41.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941142190.110.4800.14285.7159.3265.29
HexC272DBB300E11e3b41
Octal302162333136001643673101
Binary110000101110010110110111011110000011101000111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272DB; }

 p { color: rgb(194,114,219); }

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

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

 a { background-color: rgb(194,114,219); }

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

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

 span { border-color: rgb(194,114,219); }

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