Html Css Color HEX #D36BDB Orchid

📋 copy color: '#D36BDB'

red 211 ◦ green 107 ◦ blue 219

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

Shades of Orchid #D36BDB

Tints of Orchid #D36BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.93%

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

R = 39.29%
G = 19.93%
B = 40.78%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D36BDB (or 0xD36BDB) is known color: Orchid. HEX triplet: D3, 6B and DB. RGB value is (211,107,219). Sum of RGB (Red+Green+Blue) = 211+107+219=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #D36BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BDB is #2C9424. Grayscale: #969696. Windows color (decimal): -2921509 or 14379987. OLE color: 14379987.

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

Color convert

RGB 211 107 219 -
CMYK 0.04 0.51 0 0.14
HSL 295.71º 0.61% 0.64% -
HSV(B) 295.71º 0.51% 0.86% -
XYZ 44.91 29.48 70.34 -
YUV 150.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 211 107 219 0.04 0.51 0 0.14 295.71 0.61 0.64
Hex D3 6B DB 4 33 0 E 128 3D 40
Octal 323 153 333 4 63 0 16 450 75 100
Binary 11010011 1101011 11011011 100 110011 0 1110 100101000 111101 1000000

Color Harmonies of #D36BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BDB

Black with #D36BDB

Text Example


Text Example

White with #D36BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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