#C75BDC

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

Shades of Medium Orchid #C75BDC

Tints of Medium Orchid #C75BDC

Color information

#C75BDC (or 0xC75BDC) is unknown color: approx Medium Orchid. HEX triplet: C7, 5B and DC. RGB value is (199,91,220). Sum of RGB (Red+Green+Blue) = 199+91+220=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C75BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BDC is #38A423. Grayscale: #898989. Windows color (decimal): -3712036 or 14441415. OLE color: 14441415.

HSL color Cylindrical-coordinate representation of color #C75BDC: hue angle of 290.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75BDC is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19991220-
CMYK0.100.5900.14
HSL290.23º64.82%60.98%-
HSV(B)290.23º58.64%86.27%-
XYZ40.2124.7970.38-
YUV138174.28171.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.02%
GREEN value IS 91 (35.94% from 255) = 17.84%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=39.02%
G=17.84%
B=43.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199912200.100.5900.14290.2364.8260.98
HexC75BDCA3B0E122413d
Octal307133334127301644210175
Binary110001111011011110111001010111011011101001000101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75BDC; }

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

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

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

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

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

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

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

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