Html Css Color HEX #D382DC Orchid

📋 copy color: '#D382DC'

red 211 ◦ green 130 ◦ blue 220

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

Shades of Orchid #D382DC

Tints of Orchid #D382DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 37.61%
G = 23.17%
B = 39.22%

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

#D382DC (or 0xD382DC) is known color: Orchid. HEX triplet: D3, 82 and DC. RGB value is (211,130,220). Sum of RGB (Red+Green+Blue) = 211+130+220=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D382DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382DC is #2C7D23. Grayscale: #A4A4A4. Windows color (decimal): -2915620 or 14451411. OLE color: 14451411.

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

Color convert

RGB 211 130 220 -
CMYK 0.04 0.41 0 0.14
HSL 294º 0.56% 0.69% -
HSV(B) 294º 0.41% 0.86% -
XYZ 47.76 34.98 71.94 -
YUV 164.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 211 130 220 0.04 0.41 0 0.14 294 0.56 0.69
Hex D3 82 DC 4 29 0 E 126 38 45
Octal 323 202 334 4 51 0 16 446 70 105
Binary 11010011 10000010 11011100 100 101001 0 1110 100100110 111000 1000101

Color Harmonies of #D382DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382DC

Black with #D382DC

Text Example


Text Example

White with #D382DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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