#C15DDB

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

Shades of Medium Orchid #C15DDB

Tints of Medium Orchid #C15DDB

Color information

#C15DDB (or 0xC15DDB) is unknown color: approx Medium Orchid. HEX triplet: C1, 5D and DB. RGB value is (193,93,219). Sum of RGB (Red+Green+Blue) = 193+93+219=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C15DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15DDB is #3EA224. Grayscale: #888888. Windows color (decimal): -4104741 or 14376385. OLE color: 14376385.

HSL color Cylindrical-coordinate representation of color #C15DDB: hue angle of 287.62º 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 #C15DDB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19393219-
CMYK0.120.5800.14
HSL287.62º63.64%61.18%-
HSV(B)287.62º57.53%85.88%-
XYZ38.6924.2869.67-
YUV137.26174.13167.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 93 (36.72% from 255) = 18.42%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=38.22%
G=18.42%
B=43.37%

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
Decimal193932190.120.5800.14287.6263.6461.18
HexC15DDBC3A0E120403d
Octal301135333147201644010075
Binary110000011011101110110111100111010011101001000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15DDB; }

 p { color: rgb(193,93,219); }

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

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

 a { background-color: rgb(193,93,219); }

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

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

 span { border-color: rgb(193,93,219); }

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