#C75DD8

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

Shades of Medium Orchid #C75DD8

Tints of Medium Orchid #C75DD8

Color information

#C75DD8 (or 0xC75DD8) is unknown color: approx Medium Orchid. HEX triplet: C7, 5D and D8. RGB value is (199,93,216). Sum of RGB (Red+Green+Blue) = 199+93+216=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #C75DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DD8 is #38A227. Grayscale: #8A8A8A. Windows color (decimal): -3711528 or 14179783. OLE color: 14179783.

HSL color Cylindrical-coordinate representation of color #C75DD8: hue angle of 291.71º degrees, saturation: 0.61, 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 #C75DD8 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19993216-
CMYK0.080.5700.15
HSL291.71º61.19%60.59%-
HSV(B)291.71º56.94%84.71%-
XYZ39.8624.9367.68-
YUV138.72171.62171-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.17%
GREEN value IS 93 (36.72% from 255) = 18.31%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=39.17%
G=18.31%
B=42.52%

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
Decimal199932160.080.5700.15291.7161.1960.59
HexC75DD88390F1243d3d
Octal30713533010710174447575
Binary11000111101110111011000100011100101111100100100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75DD8; }

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

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

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

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

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

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

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

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