#c075da

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

Shades of Medium Orchid #C075DA

Tints of Medium Orchid #C075DA

Color information

#C075DA (or 0xC075DA) is unknown color: approx Medium Orchid. HEX triplet: C0, 75 and DA. RGB value is (192,117,218). Sum of RGB (Red+Green+Blue) = 192+117+218=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C075DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075DA is #3F8A25. Grayscale: #969696. Windows color (decimal): -4164134 or 14316992. OLE color: 14316992.

HSL color Cylindrical-coordinate representation of color #C075DA: hue angle of 284.55º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C075DA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192117218-
CMYK0.120.4600.15
HSL284.55º57.71%65.69%-
HSV(B)284.55º46.33%85.49%-
XYZ40.7528.9969.78-
YUV150.94165.85157.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 117 (46.09% from 255) = 22.20%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=36.43%
G=22.20%
B=41.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921172180.120.4600.15284.5557.7165.69
HexC075DAC2E0F11d3a42
Octal300165332145601743572102
Binary110000001110101110110101100101110011111000111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c075da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c075da; }

 p { color: rgb(192,117,218); }

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

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

 a { background-color: rgb(192,117,218); }

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

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

 span { border-color: rgb(192,117,218); }

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