Html Css Color HEX #D383DB Orchid

📋 copy color: '#D383DB'

red 211 ◦ green 131 ◦ blue 219

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

Shades of Orchid #D383DB

Tints of Orchid #D383DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.35%

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

R = 37.61%
G = 23.35%
B = 39.04%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D383DB (or 0xD383DB) is known color: Orchid. HEX triplet: D3, 83 and DB. RGB value is (211,131,219). Sum of RGB (Red+Green+Blue) = 211+131+219=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D383DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383DB is #2C7C24. Grayscale: #A4A4A4. Windows color (decimal): -2915365 or 14386131. OLE color: 14386131.

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

Color convert

RGB 211 131 219 -
CMYK 0.04 0.40 0 0.14
HSL 294.55º 0.55% 0.69% -
HSV(B) 294.55º 0.4% 0.86% -
XYZ 47.77 35.2 71.29 -
YUV 164.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 211 131 219 0.04 0.40 0 0.14 294.55 0.55 0.69
Hex D3 83 DB 4 28 0 E 127 37 45
Octal 323 203 333 4 50 0 16 447 67 105
Binary 11010011 10000011 11011011 100 101000 0 1110 100100111 110111 1000101

Color Harmonies of #D383DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383DB

Black with #D383DB

Text Example


Text Example

White with #D383DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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