#C155D0

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

Shades of Medium Orchid #C155D0

Tints of Medium Orchid #C155D0

Color information

#C155D0 (or 0xC155D0) is unknown color: approx Medium Orchid. HEX triplet: C1, 55 and D0. RGB value is (193,85,208). Sum of RGB (Red+Green+Blue) = 193+85+208=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #C155D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155D0 is #3EAA2F. Grayscale: #828282. Windows color (decimal): -4106800 or 13653441. OLE color: 13653441.

HSL color Cylindrical-coordinate representation of color #C155D0: hue angle of 292.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C155D0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19385208-
CMYK0.070.5900.18
HSL292.68º56.68%57.45%-
HSV(B)292.68º59.13%81.57%-
XYZ36.6322.3962.07-
YUV131.31171.28172-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=39.71%
G=17.49%
B=42.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193852080.070.5900.18292.6856.6857.45
HexC155D073B0121253939
Octal3011253207730224457171
Binary11000001101010111010000111111011010010100100101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155D0; }

 p { color: rgb(193,85,208); }

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

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

 a { background-color: rgb(193,85,208); }

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

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

 span { border-color: rgb(193,85,208); }

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