#C257D0

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

Shades of Medium Orchid #C257D0

Tints of Medium Orchid #C257D0

Color information

#C257D0 (or 0xC257D0) is unknown color: approx Medium Orchid. HEX triplet: C2, 57 and D0. RGB value is (194,87,208). Sum of RGB (Red+Green+Blue) = 194+87+208=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #C257D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257D0 is #3DA82F. Grayscale: #848484. Windows color (decimal): -4040752 or 13653954. OLE color: 13653954.

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

Color convert

RGB19487208-
CMYK0.070.5800.18
HSL293.06º56.28%57.84%-
HSV(B)293.06º58.17%81.57%-
XYZ37.0422.8462.13-
YUV132.79170.45171.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 87 (34.38% from 255) = 17.79%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=39.67%
G=17.79%
B=42.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194872080.070.5800.18293.0656.2857.84
HexC257D073A012125383a
Octal3021273207720224457072
Binary11000010101011111010000111111010010010100100101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257D0; }

 p { color: rgb(194,87,208); }

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

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

 a { background-color: rgb(194,87,208); }

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

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

 span { border-color: rgb(194,87,208); }

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