Html Css Color HEX #D37DE6 Orchid

📋 copy color: '#D37DE6'

red 211 ◦ green 125 ◦ blue 230

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

Shades of Orchid #D37DE6

Tints of Orchid #D37DE6

RGB

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

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

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

R = 37.28%
G = 22.08%
B = 40.64%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D37DE6 (or 0xD37DE6) is known color: Orchid. HEX triplet: D3, 7D and E6. RGB value is (211,125,230). Sum of RGB (Red+Green+Blue) = 211+125+230=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #D37DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37DE6 is #2C8219. Grayscale: #A2A2A2. Windows color (decimal): -2916890 or 15105491. OLE color: 15105491.

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

Color convert

RGB 211 125 230 -
CMYK 0.08 0.46 0 0.10
HSL 289.14º 0.68% 0.7% -
HSV(B) 289.14º 0.46% 0.9% -
XYZ 48.48 34.23 78.91 -
YUV 162.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 211 125 230 0.08 0.46 0 0.10 289.14 0.68 0.7
Hex D3 7D E6 8 2E 0 A 121 44 46
Octal 323 175 346 10 56 0 12 441 104 106
Binary 11010011 1111101 11100110 1000 101110 0 1010 100100001 1000100 1000110

Color Harmonies of #D37DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37DE6

Black with #D37DE6

Text Example


Text Example

White with #D37DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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