Html Css Color HEX #D37DDF Orchid

📋 copy color: '#D37DDF'

red 211 ◦ green 125 ◦ blue 223

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

Shades of Orchid #D37DDF

Tints of Orchid #D37DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 37.75%
G = 22.36%
B = 39.89%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D37DDF (or 0xD37DDF) is known color: Orchid. HEX triplet: D3, 7D and DF. RGB value is (211,125,223). Sum of RGB (Red+Green+Blue) = 211+125+223=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D37DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37DDF is #2C8220. Grayscale: #A1A1A1. Windows color (decimal): -2916897 or 14646739. OLE color: 14646739.

HSL color Cylindrical-coordinate representation of color #D37DDF: hue angle of 292.65º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D37DDF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 125 223 -
CMYK 0.05 0.44 0 0.13
HSL 292.65º 0.6% 0.68% -
HSV(B) 292.65º 0.44% 0.87% -
XYZ 47.52 33.84 73.84 -
YUV 161.89 162.49 163.03 -
System Red Green Blue C M Y K H S L
Decimal 211 125 223 0.05 0.44 0 0.13 292.65 0.6 0.68
Hex D3 7D DF 5 2C 0 D 125 3C 44
Octal 323 175 337 5 54 0 15 445 74 104
Binary 11010011 1111101 11011111 101 101100 0 1101 100100101 111100 1000100

Color Harmonies of #D37DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DDF

Black with #D37DDF

Text Example


Text Example

White with #D37DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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