#C75FED

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

Shades of Medium Orchid #C75FED

Tints of Medium Orchid #C75FED

Color information

#C75FED (or 0xC75FED) is unknown color: approx Medium Orchid. HEX triplet: C7, 5F and ED. RGB value is (199,95,237). Sum of RGB (Red+Green+Blue) = 199+95+237=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #C75FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FED is #38A012. Grayscale: #8D8D8D. Windows color (decimal): -3710995 or 15556551. OLE color: 15556551.

HSL color Cylindrical-coordinate representation of color #C75FED: hue angle of 283.94º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75FED is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19995237-
CMYK0.160.6000.07
HSL283.94º79.78%65.1%-
HSV(B)283.94º59.92%92.94%-
XYZ42.9326.4482.96-
YUV142.28181.46168.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.48%
GREEN value IS 95 (37.5% from 255) = 17.89%
BLUE value IS 237 (92.97% from 255) = 44.63%
R=37.48%
G=17.89%
B=44.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199952370.160.6000.07283.9479.7865.1
HexC75FED103C0711c5041
Octal307137355207407434120101
Binary1100011110111111110110110000111100011110001110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75FED; }

 p { color: rgb(199,95,237); }

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

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

 a { background-color: rgb(199,95,237); }

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

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

 span { border-color: rgb(199,95,237); }

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