#C25ED4

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

Shades of Medium Orchid #C25ED4

Tints of Medium Orchid #C25ED4

Color information

#C25ED4 (or 0xC25ED4) is unknown color: approx Medium Orchid. HEX triplet: C2, 5E and D4. RGB value is (194,94,212). Sum of RGB (Red+Green+Blue) = 194+94+212=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 94 (37.11% from 255 or 18.8% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #C25ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ED4 is #3DA12B. Grayscale: #888888. Windows color (decimal): -4038956 or 13917890. OLE color: 13917890.

HSL color Cylindrical-coordinate representation of color #C25ED4: hue angle of 290.85º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25ED4 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB19494212-
CMYK0.080.5600.17
HSL290.85º57.84%60%-
HSV(B)290.85º55.66%83.14%-
XYZ38.1324.2364.95-
YUV137.35170.13168.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 94 (37.11% from 255) = 18.8%
BLUE value IS 212 (83.20% from 255) = 42.4%
R=38.8%
G=18.8%
B=42.4%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal194942120.080.5600.17290.8557.8460
HexC25ED48380111233a3c
Octal30213632410700214437274
Binary110000101011110110101001000111000010001100100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25ED4; }

 p { color: rgb(194,94,212); }

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

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

 a { background-color: rgb(194,94,212); }

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

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

 span { border-color: rgb(194,94,212); }

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