#C25FD5

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

Shades of Medium Orchid #C25FD5

Tints of Medium Orchid #C25FD5

Color information

#C25FD5 (or 0xC25FD5) is unknown color: approx Medium Orchid. HEX triplet: C2, 5F and D5. RGB value is (194,95,213). Sum of RGB (Red+Green+Blue) = 194+95+213=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #C25FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FD5 is #3DA02A. Grayscale: #898989. Windows color (decimal): -4038699 or 13983682. OLE color: 13983682.

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

Color convert

RGB19495213-
CMYK0.090.5500.16
HSL290.34º58.42%60.39%-
HSV(B)290.34º55.4%83.53%-
XYZ38.3524.4665.65-
YUV138.05170.3167.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 95 (37.5% from 255) = 18.92%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=38.65%
G=18.92%
B=42.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194952130.090.5500.16290.3458.4260.39
HexC25FD59370101223a3c
Octal30213732511670204427274
Binary110000101011111110101011001110111010000100100010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25FD5; }

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

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

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

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

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

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

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

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