#C25FD1

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

Shades of Medium Orchid #C25FD1

Tints of Medium Orchid #C25FD1

Color information

#C25FD1 (or 0xC25FD1) is unknown color: approx Medium Orchid. HEX triplet: C2, 5F and D1. RGB value is (194,95,209). Sum of RGB (Red+Green+Blue) = 194+95+209=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #C25FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25FD1 is #3DA02E. Grayscale: #898989. Windows color (decimal): -4038703 or 13721538. OLE color: 13721538.

HSL color Cylindrical-coordinate representation of color #C25FD1: hue angle of 292.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25FD1 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19495209-
CMYK0.070.5500.18
HSL292.11º55.34%59.61%-
HSV(B)292.11º54.55%81.96%-
XYZ37.8524.2663.01-
YUV137.6168.3168.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 95 (37.5% from 255) = 19.08%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=38.96%
G=19.08%
B=41.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194952090.070.5500.18292.1155.3459.61
HexC25FD1737012124373c
Octal3021373217670224446774
Binary11000010101111111010001111110111010010100100100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25FD1; }

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

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

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

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

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

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

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

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