#C75DD9

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

Shades of Medium Orchid #C75DD9

Tints of Medium Orchid #C75DD9

Color information

#C75DD9 (or 0xC75DD9) is unknown color: approx Medium Orchid. HEX triplet: C7, 5D and D9. RGB value is (199,93,217). Sum of RGB (Red+Green+Blue) = 199+93+217=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #C75DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DD9 is #38A226. Grayscale: #8A8A8A. Windows color (decimal): -3711527 or 14245319. OLE color: 14245319.

HSL color Cylindrical-coordinate representation of color #C75DD9: hue angle of 291.29º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75DD9 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19993217-
CMYK0.080.5700.15
HSL291.29º62%60.78%-
HSV(B)291.29º57.14%85.1%-
XYZ39.9924.9868.36-
YUV138.83172.12170.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.10%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=39.10%
G=18.27%
B=42.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal199932170.080.5700.15291.296260.78
HexC75DD98390F1233e3d
Octal30713533110710174437675
Binary11000111101110111011001100011100101111100100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75DD9; }

 p { color: rgb(199,93,217); }

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

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

 a { background-color: rgb(199,93,217); }

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

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

 span { border-color: rgb(199,93,217); }

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