#C75AD5

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

Shades of Medium Orchid #C75AD5

Tints of Medium Orchid #C75AD5

Color information

#C75AD5 (or 0xC75AD5) is unknown color: approx Medium Orchid. HEX triplet: C7, 5A and D5. RGB value is (199,90,213). Sum of RGB (Red+Green+Blue) = 199+90+213=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #C75AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75AD5 is #38A52A. Grayscale: #888888. Windows color (decimal): -3712299 or 13982407. OLE color: 13982407.

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

Color convert

RGB19990213-
CMYK0.070.5800.16
HSL293.17º59.42%59.41%-
HSV(B)293.17º57.75%83.53%-
XYZ39.2224.2665.57-
YUV136.61171.11172.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.64%
GREEN value IS 90 (35.55% from 255) = 17.93%
BLUE value IS 213 (83.59% from 255) = 42.43%
R=39.64%
G=17.93%
B=42.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199902130.070.5800.16293.1759.4259.41
HexC75AD573A0101253b3b
Octal3071323257720204457373
Binary11000111101101011010101111111010010000100100101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75AD5; }

 p { color: rgb(199,90,213); }

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

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

 a { background-color: rgb(199,90,213); }

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

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

 span { border-color: rgb(199,90,213); }

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