Html Css Color HEX #D37ABF Orchid

📋 copy color: '#D37ABF'

red 211 ◦ green 122 ◦ blue 191

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

Shades of Orchid #D37ABF

Tints of Orchid #D37ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 40.27%
G = 23.28%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D37ABF (or 0xD37ABF) is known color: Orchid. HEX triplet: D3, 7A and BF. RGB value is (211,122,191). Sum of RGB (Red+Green+Blue) = 211+122+191=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D37ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37ABF is #2C8540. Grayscale: #9C9C9C. Windows color (decimal): -2917697 or 12548819. OLE color: 12548819.

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

Color convert

RGB 211 122 191 -
CMYK 0 0.42 0.09 0.17
HSL 313.48º 0.5% 0.65% -
HSV(B) 313.48º 0.42% 0.83% -
XYZ 43.23 31.53 53.1 -
YUV 156.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 211 122 191 0 0.42 0.09 0.17 313.48 0.5 0.65
Hex D3 7A BF 0 2A 9 11 139 32 41
Octal 323 172 277 0 52 11 21 471 62 101
Binary 11010011 1111010 10111111 0 101010 1001 10001 100111001 110010 1000001

Color Harmonies of #D37ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37ABF

Black with #D37ABF

Text Example


Text Example

White with #D37ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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