Html Css Color HEX #D36ED0 Orchid

📋 copy color: '#D36ED0'

red 211 ◦ green 110 ◦ blue 208

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

Shades of Orchid #D36ED0

Tints of Orchid #D36ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.79%

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 39.89%
G = 20.79%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D36ED0 (or 0xD36ED0) is known color: Orchid. HEX triplet: D3, 6E and D0. RGB value is (211,110,208). Sum of RGB (Red+Green+Blue) = 211+110+208=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ED0 is #2C912F. Grayscale: #979797. Windows color (decimal): -2920752 or 13659859. OLE color: 13659859.

HSL color Cylindrical-coordinate representation of color #D36ED0: hue angle of 301.78º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D36ED0 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 110 208 -
CMYK 0 0.48 0.01 0.17
HSL 301.78º 0.53% 0.63% -
HSV(B) 301.78º 0.48% 0.83% -
XYZ 43.83 29.55 63.07 -
YUV 151.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 211 110 208 0 0.48 0.01 0.17 301.78 0.53 0.63
Hex D3 6E D0 0 30 1 11 12E 35 3F
Octal 323 156 320 0 60 1 21 456 65 77
Binary 11010011 1101110 11010000 0 110000 1 10001 100101110 110101 111111

Color Harmonies of #D36ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ED0

Black with #D36ED0

Text Example


Text Example

White with #D36ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ED0; }

 p { color: rgb(211,110,208); }

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

background-color css

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

 a { background-color: rgb(211,110,208); }

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

border-color css

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

 span { border-color: rgb(211,110,208); }

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