Html Css Color HEX #D37EDF Orchid

📋 copy color: '#D37EDF'

red 211 ◦ green 126 ◦ blue 223

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

Shades of Orchid #D37EDF

Tints of Orchid #D37EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.5%

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

R = 37.68%
G = 22.5%
B = 39.82%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D37EDF (or 0xD37EDF) is known color: Orchid. HEX triplet: D3, 7E and DF. RGB value is (211,126,223). Sum of RGB (Red+Green+Blue) = 211+126+223=560 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.68% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D37EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D37EDF is #2C8120. Grayscale: #A2A2A2. Windows color (decimal): -2916641 or 14646995. OLE color: 14646995.

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

Color convert

RGB 211 126 223 -
CMYK 0.05 0.43 0 0.13
HSL 292.58º 0.6% 0.68% -
HSV(B) 292.58º 0.43% 0.87% -
XYZ 47.64 34.1 73.88 -
YUV 162.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 211 126 223 0.05 0.43 0 0.13 292.58 0.6 0.68
Hex D3 7E DF 5 2B 0 D 125 3C 44
Octal 323 176 337 5 53 0 15 445 74 104
Binary 11010011 1111110 11011111 101 101011 0 1101 100100101 111100 1000100

Color Harmonies of #D37EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37EDF

Black with #D37EDF

Text Example


Text Example

White with #D37EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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