#C155CD

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

Shades of Medium Orchid #C155CD

Tints of Medium Orchid #C155CD

Color information

#C155CD (or 0xC155CD) is unknown color: approx Medium Orchid. HEX triplet: C1, 55 and CD. RGB value is (193,85,205). Sum of RGB (Red+Green+Blue) = 193+85+205=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #C155CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155CD is #3EAA32. Grayscale: #828282. Windows color (decimal): -4106803 or 13456833. OLE color: 13456833.

HSL color Cylindrical-coordinate representation of color #C155CD: hue angle of 294º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C155CD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19385205-
CMYK0.060.5900.20
HSL294º54.55%56.86%-
HSV(B)294º58.54%80.39%-
XYZ36.2622.2460.14-
YUV130.97169.78172.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=39.96%
G=17.60%
B=42.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193852050.060.5900.2029454.5556.86
HexC155CD63B0141263739
Octal3011253156730244466771
Binary11000001101010111001101110111011010100100100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C155CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C155CD; }

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

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

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

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

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

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

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

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