#C75BD0

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

Shades of Medium Orchid #C75BD0

Tints of Medium Orchid #C75BD0

Color information

#C75BD0 (or 0xC75BD0) is unknown color: approx Medium Orchid. HEX triplet: C7, 5B and D0. RGB value is (199,91,208). Sum of RGB (Red+Green+Blue) = 199+91+208=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #C75BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BD0 is #38A42F. Grayscale: #888888. Windows color (decimal): -3712048 or 13654983. OLE color: 13654983.

HSL color Cylindrical-coordinate representation of color #C75BD0: hue angle of 295.38º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75BD0 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19991208-
CMYK0.040.5600.18
HSL295.38º55.45%58.63%-
HSV(B)295.38º56.25%81.57%-
XYZ38.6824.1862.3-
YUV136.63168.28172.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 91 (35.94% from 255) = 18.27%
BLUE value IS 208 (81.64% from 255) = 41.77%
R=39.96%
G=18.27%
B=41.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal199912080.040.5600.18295.3855.4558.63
HexC75BD0438012127373b
Octal3071333204700224476773
Binary11000111101101111010000100111000010010100100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75BD0; }

 p { color: rgb(199,91,208); }

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

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

 a { background-color: rgb(199,91,208); }

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

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

 span { border-color: rgb(199,91,208); }

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