Html Css Color HEX #D383DA Orchid

📋 copy color: '#D383DA'

red 211 ◦ green 131 ◦ blue 218

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

Shades of Orchid #D383DA

Tints of Orchid #D383DA

RGB

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

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

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

R = 37.68%
G = 23.39%
B = 38.93%

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

#D383DA (or 0xD383DA) is known color: Orchid. HEX triplet: D3, 83 and DA. RGB value is (211,131,218). Sum of RGB (Red+Green+Blue) = 211+131+218=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #D383DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383DA is #2C7C25. Grayscale: #A4A4A4. Windows color (decimal): -2915366 or 14320595. OLE color: 14320595.

HSL color Cylindrical-coordinate representation of color #D383DA: hue angle of 295.17º 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 #D383DA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 131 218 -
CMYK 0.03 0.40 0 0.15
HSL 295.17º 0.54% 0.68% -
HSV(B) 295.17º 0.4% 0.85% -
XYZ 47.64 35.14 70.6 -
YUV 164.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 211 131 218 0.03 0.40 0 0.15 295.17 0.54 0.68
Hex D3 83 DA 3 28 0 F 127 36 44
Octal 323 203 332 3 50 0 17 447 66 104
Binary 11010011 10000011 11011010 11 101000 0 1111 100100111 110110 1000100

Color Harmonies of #D383DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383DA

Black with #D383DA

Text Example


Text Example

White with #D383DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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