Html Css Color HEX #D37DD5 Orchid

📋 copy color: '#D37DD5'

red 211 ◦ green 125 ◦ blue 213

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

Shades of Orchid #D37DD5

Tints of Orchid #D37DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 38.43%
G = 22.77%
B = 38.8%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D37DD5 (or 0xD37DD5) is known color: Orchid. HEX triplet: D3, 7D and D5. RGB value is (211,125,213). Sum of RGB (Red+Green+Blue) = 211+125+213=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #D37DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DD5 is #2C822A. Grayscale: #A0A0A0. Windows color (decimal): -2916907 or 13991379. OLE color: 13991379.

HSL color Cylindrical-coordinate representation of color #D37DD5: hue angle of 298.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D37DD5 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 125 213 -
CMYK 0.01 0.41 0 0.16
HSL 298.64º 0.51% 0.66% -
HSV(B) 298.64º 0.41% 0.84% -
XYZ 46.21 33.32 66.95 -
YUV 160.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 211 125 213 0.01 0.41 0 0.16 298.64 0.51 0.66
Hex D3 7D D5 1 29 0 10 12B 33 42
Octal 323 175 325 1 51 0 20 453 63 102
Binary 11010011 1111101 11010101 1 101001 0 10000 100101011 110011 1000010

Color Harmonies of #D37DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DD5

Black with #D37DD5

Text Example


Text Example

White with #D37DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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