Html Css Color HEX #D37DD9 Orchid

📋 copy color: '#D37DD9'

red 211 ◦ green 125 ◦ blue 217

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

Shades of Orchid #D37DD9

Tints of Orchid #D37DD9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

 BLUE value IS 217 (85.16% from 255) = 39.24%

R = 38.16%
G = 22.6%
B = 39.24%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D37DD9 (or 0xD37DD9) is known color: Orchid. HEX triplet: D3, 7D and D9. RGB value is (211,125,217). Sum of RGB (Red+Green+Blue) = 211+125+217=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #D37DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DD9 is #2C8226. Grayscale: #A0A0A0. Windows color (decimal): -2916903 or 14253523. OLE color: 14253523.

HSL color Cylindrical-coordinate representation of color #D37DD9: hue angle of 296.09º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D37DD9 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 125 217 -
CMYK 0.03 0.42 0 0.15
HSL 296.09º 0.55% 0.67% -
HSV(B) 296.09º 0.42% 0.85% -
XYZ 46.72 33.53 69.65 -
YUV 161.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 211 125 217 0.03 0.42 0 0.15 296.09 0.55 0.67
Hex D3 7D D9 3 2A 0 F 128 37 43
Octal 323 175 331 3 52 0 17 450 67 103
Binary 11010011 1111101 11011001 11 101010 0 1111 100101000 110111 1000011

Color Harmonies of #D37DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DD9

Black with #D37DD9

Text Example


Text Example

White with #D37DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DD9; }

 p { color: rgb(211,125,217); }

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

background-color css

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

 a { background-color: rgb(211,125,217); }

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

border-color css

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

 span { border-color: rgb(211,125,217); }

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