Html Css Color HEX #D13DDB Medium Orchid

📋 copy color: '#D13DDB'

red 209 ◦ green 61 ◦ blue 219

#D13DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D13DDB

Tints of Medium Orchid #D13DDB

RGB

 RED value IS 209 (82.03% from 255) = 42.74%

 GREEN value IS 61 (24.22% from 255) = 12.47%

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 42.74%
G = 12.47%
B = 44.79%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D13DDB (or 0xD13DDB) is known color: Medium Orchid. HEX triplet: D1, 3D and DB. RGB value is (209,61,219). Sum of RGB (Red+Green+Blue) = 209+61+219=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #D13DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13DDB is #2EC224. Grayscale: #7A7A7A. Windows color (decimal): -3064357 or 14368209. OLE color: 14368209.

HSL color Cylindrical-coordinate representation of color #D13DDB: hue angle of 296.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13DDB is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 61 219 -
CMYK 0.05 0.72 0 0.14
HSL 296.2º 0.69% 0.55% -
HSV(B) 296.2º 0.72% 0.86% -
XYZ 40.75 22.01 69.12 -
YUV 123.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 209 61 219 0.05 0.72 0 0.14 296.2 0.69 0.55
Hex D1 3D DB 5 48 0 E 128 45 37
Octal 321 75 333 5 110 0 16 450 105 67
Binary 11010001 111101 11011011 101 1001000 0 1110 100101000 1000101 110111

Color Harmonies of #D13DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13DDB

Black with #D13DDB

Text Example


Text Example

White with #D13DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13DDB; }

 p { color: rgb(209,61,219); }

 H1.HeaderClassName
 {
   color: #D13DDB;
 }
 .AnyTagClassName
 {
   color: #D13DDB;
 }
</style>

background-color css

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

 a { background-color: rgb(209,61,219); }

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

border-color css

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

 span { border-color: rgb(209,61,219); }

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