Html Css Color HEX #D36ADB Orchid

📋 copy color: '#D36ADB'

red 211 ◦ green 106 ◦ blue 219

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

Shades of Orchid #D36ADB

Tints of Orchid #D36ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.78%

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

R = 39.37%
G = 19.78%
B = 40.86%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D36ADB (or 0xD36ADB) is known color: Orchid. HEX triplet: D3, 6A and DB. RGB value is (211,106,219). Sum of RGB (Red+Green+Blue) = 211+106+219=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #D36ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ADB is #2C9524. Grayscale: #959595. Windows color (decimal): -2921765 or 14379731. OLE color: 14379731.

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

Color convert

RGB 211 106 219 -
CMYK 0.04 0.52 0 0.14
HSL 295.75º 0.61% 0.64% -
HSV(B) 295.75º 0.52% 0.86% -
XYZ 44.8 29.27 70.31 -
YUV 150.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 211 106 219 0.04 0.52 0 0.14 295.75 0.61 0.64
Hex D3 6A DB 4 34 0 E 128 3D 40
Octal 323 152 333 4 64 0 16 450 75 100
Binary 11010011 1101010 11011011 100 110100 0 1110 100101000 111101 1000000

Color Harmonies of #D36ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ADB

Black with #D36ADB

Text Example


Text Example

White with #D36ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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