Html Css Color HEX #D36DDB Orchid

📋 copy color: '#D36DDB'

red 211 ◦ green 109 ◦ blue 219

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

Shades of Orchid #D36DDB

Tints of Orchid #D36DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 39.15%
G = 20.22%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D36DDB (or 0xD36DDB) is known color: Orchid. HEX triplet: D3, 6D and DB. RGB value is (211,109,219). Sum of RGB (Red+Green+Blue) = 211+109+219=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #D36DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DDB is #2C9224. Grayscale: #979797. Windows color (decimal): -2920997 or 14380499. OLE color: 14380499.

HSL color Cylindrical-coordinate representation of color #D36DDB: hue angle of 295.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36DDB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 109 219 -
CMYK 0.04 0.50 0 0.14
HSL 295.64º 0.6% 0.64% -
HSV(B) 295.64º 0.5% 0.86% -
XYZ 45.12 29.9 70.41 -
YUV 152.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 211 109 219 0.04 0.50 0 0.14 295.64 0.6 0.64
Hex D3 6D DB 4 32 0 E 128 3C 40
Octal 323 155 333 4 62 0 16 450 74 100
Binary 11010011 1101101 11011011 100 110010 0 1110 100101000 111100 1000000

Color Harmonies of #D36DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DDB

Black with #D36DDB

Text Example


Text Example

White with #D36DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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