Html Css Color HEX #D37ABD Orchid

📋 copy color: '#D37ABD'

red 211 ◦ green 122 ◦ blue 189

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

Shades of Orchid #D37ABD

Tints of Orchid #D37ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 40.42%
G = 23.37%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D37ABD (or 0xD37ABD) is known color: Orchid. HEX triplet: D3, 7A and BD. RGB value is (211,122,189). Sum of RGB (Red+Green+Blue) = 211+122+189=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ABD is #2C8542. Grayscale: #9C9C9C. Windows color (decimal): -2917699 or 12417747. OLE color: 12417747.

HSL color Cylindrical-coordinate representation of color #D37ABD: hue angle of 314.83º 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 #D37ABD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 122 189 -
CMYK 0 0.42 0.10 0.17
HSL 314.83º 0.5% 0.65% -
HSV(B) 314.83º 0.42% 0.83% -
XYZ 43.01 31.44 51.95 -
YUV 156.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 211 122 189 0 0.42 0.10 0.17 314.83 0.5 0.65
Hex D3 7A BD 0 2A A 11 13B 32 41
Octal 323 172 275 0 52 12 21 473 62 101
Binary 11010011 1111010 10111101 0 101010 1010 10001 100111011 110010 1000001

Color Harmonies of #D37ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37ABD

Black with #D37ABD

Text Example


Text Example

White with #D37ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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