Html Css Color HEX #D37EE6 Orchid

📋 copy color: '#D37EE6'

red 211 ◦ green 126 ◦ blue 230

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

Shades of Orchid #D37EE6

Tints of Orchid #D37EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 37.21%
G = 22.22%
B = 40.56%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D37EE6 (or 0xD37EE6) is known color: Orchid. HEX triplet: D3, 7E and E6. RGB value is (211,126,230). Sum of RGB (Red+Green+Blue) = 211+126+230=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #D37EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EE6 is #2C8119. Grayscale: #A2A2A2. Windows color (decimal): -2916634 or 15105747. OLE color: 15105747.

HSL color Cylindrical-coordinate representation of color #D37EE6: hue angle of 289.04º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37EE6 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 126 230 -
CMYK 0.08 0.45 0 0.10
HSL 289.04º 0.68% 0.7% -
HSV(B) 289.04º 0.45% 0.9% -
XYZ 48.61 34.48 78.96 -
YUV 163.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 211 126 230 0.08 0.45 0 0.10 289.04 0.68 0.7
Hex D3 7E E6 8 2D 0 A 121 44 46
Octal 323 176 346 10 55 0 12 441 104 106
Binary 11010011 1111110 11100110 1000 101101 0 1010 100100001 1000100 1000110

Color Harmonies of #D37EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37EE6

Black with #D37EE6

Text Example


Text Example

White with #D37EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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