Html Css Color HEX #D36FDB Orchid

📋 copy color: '#D36FDB'

red 211 ◦ green 111 ◦ blue 219

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

Shades of Orchid #D36FDB

Tints of Orchid #D36FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

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

R = 39%
G = 20.52%
B = 40.48%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D36FDB (or 0xD36FDB) is known color: Orchid. HEX triplet: D3, 6F and DB. RGB value is (211,111,219). Sum of RGB (Red+Green+Blue) = 211+111+219=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #D36FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FDB is #2C9024. Grayscale: #989898. Windows color (decimal): -2920485 or 14381011. OLE color: 14381011.

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

Color convert

RGB 211 111 219 -
CMYK 0.04 0.49 0 0.14
HSL 295.56º 0.6% 0.65% -
HSV(B) 295.56º 0.49% 0.86% -
XYZ 45.33 30.33 70.48 -
YUV 153.21 165.13 169.22 -
System Red Green Blue C M Y K H S L
Decimal 211 111 219 0.04 0.49 0 0.14 295.56 0.6 0.65
Hex D3 6F DB 4 31 0 E 128 3C 41
Octal 323 157 333 4 61 0 16 450 74 101
Binary 11010011 1101111 11011011 100 110001 0 1110 100101000 111100 1000001

Color Harmonies of #D36FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FDB

Black with #D36FDB

Text Example


Text Example

White with #D36FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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