#C25AD5

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

Shades of Medium Orchid #C25AD5

Tints of Medium Orchid #C25AD5

Color information

#C25AD5 (or 0xC25AD5) is unknown color: approx Medium Orchid. HEX triplet: C2, 5A and D5. RGB value is (194,90,213). Sum of RGB (Red+Green+Blue) = 194+90+213=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #C25AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AD5 is #3DA52A. Grayscale: #868686. Windows color (decimal): -4039979 or 13982402. OLE color: 13982402.

HSL color Cylindrical-coordinate representation of color #C25AD5: hue angle of 290.73º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25AD5 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19490213-
CMYK0.090.5800.16
HSL290.73º59.42%59.41%-
HSV(B)290.73º57.75%83.53%-
XYZ37.9123.5965.5-
YUV135.12171.96170-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 90 (35.55% from 255) = 18.11%
BLUE value IS 213 (83.59% from 255) = 42.86%
R=39.03%
G=18.11%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194902130.090.5800.16290.7359.4259.41
HexC25AD593A0101233b3b
Octal30213232511720204437373
Binary110000101011010110101011001111010010000100100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25AD5; }

 p { color: rgb(194,90,213); }

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

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

 a { background-color: rgb(194,90,213); }

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

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

 span { border-color: rgb(194,90,213); }

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