Html Css Color HEX #D381DB Orchid

📋 copy color: '#D381DB'

red 211 ◦ green 129 ◦ blue 219

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

Shades of Orchid #D381DB

Tints of Orchid #D381DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.08%

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

R = 37.75%
G = 23.08%
B = 39.18%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D381DB (or 0xD381DB) is known color: Orchid. HEX triplet: D3, 81 and DB. RGB value is (211,129,219). Sum of RGB (Red+Green+Blue) = 211+129+219=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #D381DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D381DB is #2C7E24. Grayscale: #A3A3A3. Windows color (decimal): -2915877 or 14385619. OLE color: 14385619.

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

Color convert

RGB 211 129 219 -
CMYK 0.04 0.41 0 0.14
HSL 294.67º 0.56% 0.68% -
HSV(B) 294.67º 0.41% 0.86% -
XYZ 47.5 34.66 71.21 -
YUV 163.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 211 129 219 0.04 0.41 0 0.14 294.67 0.56 0.68
Hex D3 81 DB 4 29 0 E 127 38 44
Octal 323 201 333 4 51 0 16 447 70 104
Binary 11010011 10000001 11011011 100 101001 0 1110 100100111 111000 1000100

Color Harmonies of #D381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381DB

Black with #D381DB

Text Example


Text Example

White with #D381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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