#C154DD

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

Shades of Medium Orchid #C154DD

Tints of Medium Orchid #C154DD

Color information

#C154DD (or 0xC154DD) is unknown color: approx Medium Orchid. HEX triplet: C1, 54 and DD. RGB value is (193,84,221). Sum of RGB (Red+Green+Blue) = 193+84+221=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #C154DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154DD is #3EAB22. Grayscale: #838383. Windows color (decimal): -4107043 or 14505153. OLE color: 14505153.

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

Color convert

RGB19384221-
CMYK0.130.6200.13
HSL287.74º66.83%59.8%-
HSV(B)287.74º61.99%86.67%-
XYZ38.2122.970.81-
YUV132.21178.11171.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 84 (33.20% from 255) = 16.87%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=38.76%
G=16.87%
B=44.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193842210.130.6200.13287.7466.8359.8
HexC154DDD3E0D120433c
Octal301124335157601544010374
Binary110000011010100110111011101111110011011001000001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C154DD; }

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

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

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

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

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

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

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

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