#C145DD

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

Shades of Medium Orchid #C145DD

Tints of Medium Orchid #C145DD

Color information

#C145DD (or 0xC145DD) is unknown color: approx Medium Orchid. HEX triplet: C1, 45 and DD. RGB value is (193,69,221). Sum of RGB (Red+Green+Blue) = 193+69+221=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C145DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145DD is #3EBA22. Grayscale: #7A7A7A. Windows color (decimal): -4110883 or 14501313. OLE color: 14501313.

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

Color convert

RGB19369221-
CMYK0.130.6900.13
HSL288.95º69.09%56.86%-
HSV(B)288.95º68.78%86.67%-
XYZ37.1720.8170.46-
YUV123.4183.08177.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 69 (27.34% from 255) = 14.29%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=39.96%
G=14.29%
B=45.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193692210.130.6900.13288.9569.0956.86
HexC145DDD450D1214539
Octal3011053351510501544110571
Binary1100000110001011101110111011000101011011001000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C145DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C145DD; }

 p { color: rgb(193,69,221); }

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

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

 a { background-color: rgb(193,69,221); }

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

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

 span { border-color: rgb(193,69,221); }

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