#C75EEE

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

Shades of Medium Orchid #C75EEE

Tints of Medium Orchid #C75EEE

Color information

#C75EEE (or 0xC75EEE) is unknown color: approx Medium Orchid. HEX triplet: C7, 5E and EE. RGB value is (199,94,238). Sum of RGB (Red+Green+Blue) = 199+94+238=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #C75EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75EEE is #38A111. Grayscale: #8D8D8D. Windows color (decimal): -3711250 or 15621831. OLE color: 15621831.

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

Color convert

RGB19994238-
CMYK0.160.6100.07
HSL283.75º80.9%65.1%-
HSV(B)283.75º60.5%93.33%-
XYZ42.9926.3283.7-
YUV141.81182.29168.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.48%
GREEN value IS 94 (37.11% from 255) = 17.70%
BLUE value IS 238 (93.36% from 255) = 44.82%
R=37.48%
G=17.70%
B=44.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal199942380.160.6100.07283.7580.965.1
HexC75EEE103D0711c5141
Octal307136356207507434121101
Binary1100011110111101110111010000111101011110001110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75EEE; }

 p { color: rgb(199,94,238); }

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

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

 a { background-color: rgb(199,94,238); }

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

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

 span { border-color: rgb(199,94,238); }

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