#C257DE

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

Shades of Medium Orchid #C257DE

Tints of Medium Orchid #C257DE

Color information

#C257DE (or 0xC257DE) is unknown color: approx Medium Orchid. HEX triplet: C2, 57 and DE. RGB value is (194,87,222). Sum of RGB (Red+Green+Blue) = 194+87+222=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #C257DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257DE is #3DA821. Grayscale: #858585. Windows color (decimal): -4040738 or 14571458. OLE color: 14571458.

HSL color Cylindrical-coordinate representation of color #C257DE: hue angle of 287.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C257DE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19487222-
CMYK0.130.6100.13
HSL287.56º67.16%60.59%-
HSV(B)287.56º60.81%87.06%-
XYZ38.8423.5671.61-
YUV134.38177.45170.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 87 (34.38% from 255) = 17.30%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=38.57%
G=17.30%
B=44.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194872220.130.6100.13287.5667.1660.59
HexC257DED3D0D120433d
Octal302127336157501544010375
Binary110000101010111110111101101111101011011001000001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257DE; }

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

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

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

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

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

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

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

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