#C05DD5

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

Shades of Medium Orchid #C05DD5

Tints of Medium Orchid #C05DD5

Color information

#C05DD5 (or 0xC05DD5) is unknown color: approx Medium Orchid. HEX triplet: C0, 5D and D5. RGB value is (192,93,213). Sum of RGB (Red+Green+Blue) = 192+93+213=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #C05DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DD5 is #3FA22A. Grayscale: #878787. Windows color (decimal): -4170283 or 13983168. OLE color: 13983168.

HSL color Cylindrical-coordinate representation of color #C05DD5: hue angle of 289.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05DD5 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19293213-
CMYK0.100.5600.16
HSL289.5º58.82%60%-
HSV(B)289.5º56.34%83.53%-
XYZ37.6623.8465.57-
YUV136.28171.3167.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 93 (36.72% from 255) = 18.67%
BLUE value IS 213 (83.59% from 255) = 42.77%
R=38.55%
G=18.67%
B=42.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192932130.100.5600.16289.558.8260
HexC05DD5A380101223b3c
Octal30013532512700204427374
Binary110000001011101110101011010111000010000100100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DD5; }

 p { color: rgb(192,93,213); }

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

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

 a { background-color: rgb(192,93,213); }

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

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

 span { border-color: rgb(192,93,213); }

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