Html Css Color HEX #D386DB Orchid

📋 copy color: '#D386DB'

red 211 ◦ green 134 ◦ blue 219

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

Shades of Orchid #D386DB

Tints of Orchid #D386DB

RGB

 RED value IS 211 (82.81% from 255) = 37.41%

 GREEN value IS 134 (52.73% from 255) = 23.76%

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

R = 37.41%
G = 23.76%
B = 38.83%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D386DB (or 0xD386DB) is known color: Orchid. HEX triplet: D3, 86 and DB. RGB value is (211,134,219). Sum of RGB (Red+Green+Blue) = 211+134+219=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #D386DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D386DB is #2C7924. Grayscale: #A6A6A6. Windows color (decimal): -2914597 or 14386899. OLE color: 14386899.

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

Color convert

RGB 211 134 219 -
CMYK 0.04 0.39 0 0.14
HSL 294.35º 0.54% 0.69% -
HSV(B) 294.35º 0.39% 0.86% -
XYZ 48.18 36.01 71.43 -
YUV 166.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 211 134 219 0.04 0.39 0 0.14 294.35 0.54 0.69
Hex D3 86 DB 4 27 0 E 126 36 45
Octal 323 206 333 4 47 0 16 446 66 105
Binary 11010011 10000110 11011011 100 100111 0 1110 100100110 110110 1000101

Color Harmonies of #D386DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D386DB

Black with #D386DB

Text Example


Text Example

White with #D386DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D386DB; }

 p { color: rgb(211,134,219); }

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

background-color css

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

 a { background-color: rgb(211,134,219); }

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

border-color css

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

 span { border-color: rgb(211,134,219); }

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