Html Css Color HEX #D382DA Orchid

📋 copy color: '#D382DA'

red 211 ◦ green 130 ◦ blue 218

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

Shades of Orchid #D382DA

Tints of Orchid #D382DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 37.75%
G = 23.26%
B = 39%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D382DA (or 0xD382DA) is known color: Orchid. HEX triplet: D3, 82 and DA. RGB value is (211,130,218). Sum of RGB (Red+Green+Blue) = 211+130+218=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #D382DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D382DA is #2C7D25. Grayscale: #A3A3A3. Windows color (decimal): -2915622 or 14320339. OLE color: 14320339.

HSL color Cylindrical-coordinate representation of color #D382DA: hue angle of 295.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D382DA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 130 218 -
CMYK 0.03 0.40 0 0.15
HSL 295.23º 0.54% 0.68% -
HSV(B) 295.23º 0.4% 0.85% -
XYZ 47.5 34.88 70.56 -
YUV 164.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 211 130 218 0.03 0.40 0 0.15 295.23 0.54 0.68
Hex D3 82 DA 3 28 0 F 127 36 44
Octal 323 202 332 3 50 0 17 447 66 104
Binary 11010011 10000010 11011010 11 101000 0 1111 100100111 110110 1000100

Color Harmonies of #D382DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D382DA

Black with #D382DA

Text Example


Text Example

White with #D382DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D382DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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