#C757E4

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

Shades of Medium Orchid #C757E4

Tints of Medium Orchid #C757E4

Color information

#C757E4 (or 0xC757E4) is unknown color: approx Medium Orchid. HEX triplet: C7, 57 and E4. RGB value is (199,87,228). Sum of RGB (Red+Green+Blue) = 199+87+228=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #C757E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C757E4 is #38A81B. Grayscale: #888888. Windows color (decimal): -3713052 or 14964679. OLE color: 14964679.

HSL color Cylindrical-coordinate representation of color #C757E4: hue angle of 287.66º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C757E4 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19987228-
CMYK0.130.6200.11
HSL287.66º72.31%61.76%-
HSV(B)287.66º61.84%89.41%-
XYZ40.9624.5675.98-
YUV136.56179.61172.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.72%
GREEN value IS 87 (34.38% from 255) = 16.93%
BLUE value IS 228 (89.45% from 255) = 44.36%
R=38.72%
G=16.93%
B=44.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal199872280.130.6200.11287.6672.3161.76
HexC757E4D3E0B120483e
Octal307127344157601344011076
Binary110001111010111111001001101111110010111001000001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C757E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C757E4; }

 p { color: rgb(199,87,228); }

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

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

 a { background-color: rgb(199,87,228); }

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

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

 span { border-color: rgb(199,87,228); }

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