#C154CC

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

Shades of Medium Orchid #C154CC

Tints of Medium Orchid #C154CC

Color information

#C154CC (or 0xC154CC) is unknown color: approx Medium Orchid. HEX triplet: C1, 54 and CC. RGB value is (193,84,204). Sum of RGB (Red+Green+Blue) = 193+84+204=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #C154CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154CC is #3EAB33. Grayscale: #818181. Windows color (decimal): -4107060 or 13391041. OLE color: 13391041.

HSL color Cylindrical-coordinate representation of color #C154CC: hue angle of 294.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C154CC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19384204-
CMYK0.050.5900.2
HSL294.5º54.05%56.47%-
HSV(B)294.5º58.82%80%-
XYZ36.0622.0459.48-
YUV130.27169.61172.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 84 (33.20% from 255) = 17.46%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=40.12%
G=17.46%
B=42.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193842040.050.5900.2294.554.0556.47
HexC154CC53B0141263638
Octal3011243145730244466670
Binary11000001101010011001100101111011010100100100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C154CC; }

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

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

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

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

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

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

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

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