#C05BDB

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

Shades of Medium Orchid #C05BDB

Tints of Medium Orchid #C05BDB

Color information

#C05BDB (or 0xC05BDB) is unknown color: approx Medium Orchid. HEX triplet: C0, 5B and DB. RGB value is (192,91,219). Sum of RGB (Red+Green+Blue) = 192+91+219=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #C05BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BDB is #3FA424. Grayscale: #878787. Windows color (decimal): -4170789 or 14375872. OLE color: 14375872.

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

Color convert

RGB19291219-
CMYK0.120.5800.14
HSL287.34º64%60.78%-
HSV(B)287.34º58.45%85.88%-
XYZ38.2723.869.6-
YUV135.79174.96168.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 91 (35.94% from 255) = 18.13%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=38.25%
G=18.13%
B=43.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192912190.120.5800.14287.346460.78
HexC05BDBC3A0E11f403d
Octal300133333147201643710075
Binary110000001011011110110111100111010011101000111111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05BDB; }

 p { color: rgb(192,91,219); }

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

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

 a { background-color: rgb(192,91,219); }

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

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

 span { border-color: rgb(192,91,219); }

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