#C25BD6

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

Shades of Medium Orchid #C25BD6

Tints of Medium Orchid #C25BD6

Color information

#C25BD6 (or 0xC25BD6) is unknown color: approx Medium Orchid. HEX triplet: C2, 5B and D6. RGB value is (194,91,214). Sum of RGB (Red+Green+Blue) = 194+91+214=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #C25BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BD6 is #3DA429. Grayscale: #878787. Windows color (decimal): -4039722 or 14048194. OLE color: 14048194.

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

Color convert

RGB19491214-
CMYK0.090.5700.16
HSL290.24º60%59.8%-
HSV(B)290.24º57.48%83.92%-
XYZ38.1323.8166.2-
YUV135.82172.12169.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 91 (35.94% from 255) = 18.24%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=38.88%
G=18.24%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194912140.090.5700.16290.246059.8
HexC25BD69390101223c3c
Octal30213332611710204427474
Binary110000101011011110101101001111001010000100100010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25BD6; }

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

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

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

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

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

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

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

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