Html Css Color HEX #D36DDD Orchid

📋 copy color: '#D36DDD'

red 211 ◦ green 109 ◦ blue 221

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

Shades of Orchid #D36DDD

Tints of Orchid #D36DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.15%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 39%
G = 20.15%
B = 40.85%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D36DDD (or 0xD36DDD) is known color: Orchid. HEX triplet: D3, 6D and DD. RGB value is (211,109,221). Sum of RGB (Red+Green+Blue) = 211+109+221=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #D36DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DDD is #2C9222. Grayscale: #979797. Windows color (decimal): -2920995 or 14511571. OLE color: 14511571.

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

Color convert

RGB 211 109 221 -
CMYK 0.05 0.51 0 0.13
HSL 294.64º 0.62% 0.65% -
HSV(B) 294.64º 0.51% 0.87% -
XYZ 45.38 30.01 71.81 -
YUV 152.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 211 109 221 0.05 0.51 0 0.13 294.64 0.62 0.65
Hex D3 6D DD 5 33 0 D 127 3E 41
Octal 323 155 335 5 63 0 15 447 76 101
Binary 11010011 1101101 11011101 101 110011 0 1101 100100111 111110 1000001

Color Harmonies of #D36DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DDD

Black with #D36DDD

Text Example


Text Example

White with #D36DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DDD; }

 p { color: rgb(211,109,221); }

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

background-color css

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

 a { background-color: rgb(211,109,221); }

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

border-color css

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

 span { border-color: rgb(211,109,221); }

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