#C25AD8

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

Shades of Medium Orchid #C25AD8

Tints of Medium Orchid #C25AD8

Color information

#C25AD8 (or 0xC25AD8) is unknown color: approx Medium Orchid. HEX triplet: C2, 5A and D8. RGB value is (194,90,216). Sum of RGB (Red+Green+Blue) = 194+90+216=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #C25AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25AD8 is #3DA527. Grayscale: #878787. Windows color (decimal): -4039976 or 14179010. OLE color: 14179010.

HSL color Cylindrical-coordinate representation of color #C25AD8: hue angle of 289.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25AD8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19490216-
CMYK0.100.5800.15
HSL289.52º61.76%60%-
HSV(B)289.52º58.33%84.71%-
XYZ38.323.7467.53-
YUV135.46173.46169.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 90 (35.55% from 255) = 18%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=38.8%
G=18%
B=43.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194902160.100.5800.15289.5261.7660
HexC25AD8A3A0F1223e3c
Octal30213233012720174427674
Binary11000010101101011011000101011101001111100100010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25AD8; }

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

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

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

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

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

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

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

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