Html Css Color HEX #D382DB Orchid

📋 copy color: '#D382DB'

red 211 ◦ green 130 ◦ blue 219

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

Shades of Orchid #D382DB

Tints of Orchid #D382DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.21%

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

R = 37.68%
G = 23.21%
B = 39.11%

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

#D382DB (or 0xD382DB) is known color: Orchid. HEX triplet: D3, 82 and DB. RGB value is (211,130,219). Sum of RGB (Red+Green+Blue) = 211+130+219=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D382DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382DB is #2C7D24. Grayscale: #A4A4A4. Windows color (decimal): -2915621 or 14385875. OLE color: 14385875.

HSL color Cylindrical-coordinate representation of color #D382DB: hue angle of 294.61º degrees, saturation: 0.55, 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 #D382DB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 130 219 -
CMYK 0.04 0.41 0 0.14
HSL 294.61º 0.55% 0.68% -
HSV(B) 294.61º 0.41% 0.86% -
XYZ 47.63 34.93 71.25 -
YUV 164.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 211 130 219 0.04 0.41 0 0.14 294.61 0.55 0.68
Hex D3 82 DB 4 29 0 E 127 37 44
Octal 323 202 333 4 51 0 16 447 67 104
Binary 11010011 10000010 11011011 100 101001 0 1110 100100111 110111 1000100

Color Harmonies of #D382DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382DB

Black with #D382DB

Text Example


Text Example

White with #D382DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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