Html Css Color HEX #D36EDA Orchid

📋 copy color: '#D36EDA'

red 211 ◦ green 110 ◦ blue 218

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

Shades of Orchid #D36EDA

Tints of Orchid #D36EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 39.15%
G = 20.41%
B = 40.45%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D36EDA (or 0xD36EDA) is known color: Orchid. HEX triplet: D3, 6E and DA. RGB value is (211,110,218). Sum of RGB (Red+Green+Blue) = 211+110+218=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D36EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36EDA is #2C9125. Grayscale: #989898. Windows color (decimal): -2920742 or 14315219. OLE color: 14315219.

HSL color Cylindrical-coordinate representation of color #D36EDA: hue angle of 296.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36EDA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 110 218 -
CMYK 0.03 0.50 0 0.15
HSL 296.11º 0.59% 0.64% -
HSV(B) 296.11º 0.5% 0.85% -
XYZ 45.09 30.06 69.76 -
YUV 152.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 211 110 218 0.03 0.50 0 0.15 296.11 0.59 0.64
Hex D3 6E DA 3 32 0 F 128 3B 40
Octal 323 156 332 3 62 0 17 450 73 100
Binary 11010011 1101110 11011010 11 110010 0 1111 100101000 111011 1000000

Color Harmonies of #D36EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36EDA

Black with #D36EDA

Text Example


Text Example

White with #D36EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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