#C25BD7

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

Shades of Medium Orchid #C25BD7

Tints of Medium Orchid #C25BD7

Color information

#C25BD7 (or 0xC25BD7) is unknown color: approx Medium Orchid. HEX triplet: C2, 5B and D7. RGB value is (194,91,215). Sum of RGB (Red+Green+Blue) = 194+91+215=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 91 (35.94% from 255 or 18.2% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #C25BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BD7 is #3DA428. Grayscale: #878787. Windows color (decimal): -4039721 or 14113730. OLE color: 14113730.

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

Color convert

RGB19491215-
CMYK0.100.5800.16
HSL289.84º60.78%60%-
HSV(B)289.84º57.67%84.31%-
XYZ38.2523.8666.88-
YUV135.93172.62169.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 91 (35.94% from 255) = 18.2%
BLUE value IS 215 (84.38% from 255) = 43%
R=38.8%
G=18.2%
B=43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194912150.100.5800.16289.8460.7860
HexC25BD7A3A0101223d3c
Octal30213332712720204427574
Binary110000101011011110101111010111010010000100100010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25BD7; }

 p { color: rgb(194,91,215); }

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

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

 a { background-color: rgb(194,91,215); }

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

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

 span { border-color: rgb(194,91,215); }

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