Html Css Color HEX #D36DBB Orchid

📋 copy color: '#D36DBB'

red 211 ◦ green 109 ◦ blue 187

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

Shades of Orchid #D36DBB

Tints of Orchid #D36DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 41.62%
G = 21.5%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D36DBB (or 0xD36DBB) is known color: Orchid. HEX triplet: D3, 6D and BB. RGB value is (211,109,187). Sum of RGB (Red+Green+Blue) = 211+109+187=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D36DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DBB is #2C9244. Grayscale: #949494. Windows color (decimal): -2921029 or 12283347. OLE color: 12283347.

HSL color Cylindrical-coordinate representation of color #D36DBB: hue angle of 314.12º degrees, saturation: 0.54, 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 #D36DBB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 109 187 -
CMYK 0 0.48 0.11 0.17
HSL 314.12º 0.54% 0.63% -
HSV(B) 314.12º 0.48% 0.83% -
XYZ 41.3 28.37 50.31 -
YUV 148.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 211 109 187 0 0.48 0.11 0.17 314.12 0.54 0.63
Hex D3 6D BB 0 30 B 11 13A 36 3F
Octal 323 155 273 0 60 13 21 472 66 77
Binary 11010011 1101101 10111011 0 110000 1011 10001 100111010 110110 111111

Color Harmonies of #D36DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DBB

Black with #D36DBB

Text Example


Text Example

White with #D36DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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