Html Css Color HEX #D37AD1 Orchid

📋 copy color: '#D37AD1'

red 211 ◦ green 122 ◦ blue 209

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

Shades of Orchid #D37AD1

Tints of Orchid #D37AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.51%

 BLUE value IS 209 (82.03% from 255) = 38.56%

R = 38.93%
G = 22.51%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D37AD1 (or 0xD37AD1) is known color: Orchid. HEX triplet: D3, 7A and D1. RGB value is (211,122,209). Sum of RGB (Red+Green+Blue) = 211+122+209=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D37AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37AD1 is #2C852E. Grayscale: #9E9E9E. Windows color (decimal): -2917679 or 13728467. OLE color: 13728467.

HSL color Cylindrical-coordinate representation of color #D37AD1: hue angle of 301.35º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37AD1 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 122 209 -
CMYK 0 0.42 0.01 0.17
HSL 301.35º 0.5% 0.65% -
HSV(B) 301.35º 0.42% 0.83% -
XYZ 45.33 32.37 64.18 -
YUV 158.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 211 122 209 0 0.42 0.01 0.17 301.35 0.5 0.65
Hex D3 7A D1 0 2A 1 11 12D 32 41
Octal 323 172 321 0 52 1 21 455 62 101
Binary 11010011 1111010 11010001 0 101010 1 10001 100101101 110010 1000001

Color Harmonies of #D37AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37AD1

Black with #D37AD1

Text Example


Text Example

White with #D37AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37AD1; }

 p { color: rgb(211,122,209); }

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

background-color css

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

 a { background-color: rgb(211,122,209); }

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

border-color css

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

 span { border-color: rgb(211,122,209); }

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