Html Css Color HEX #D36FB5 Orchid

📋 copy color: '#D36FB5'

red 211 ◦ green 111 ◦ blue 181

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

Shades of Orchid #D36FB5

Tints of Orchid #D36FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.98%

R = 41.95%
G = 22.07%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D36FB5 (or 0xD36FB5) is known color: Orchid. HEX triplet: D3, 6F and B5. RGB value is (211,111,181). Sum of RGB (Red+Green+Blue) = 211+111+181=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FB5 is #2C904A. Grayscale: #949494. Windows color (decimal): -2920523 or 11890643. OLE color: 11890643.

HSL color Cylindrical-coordinate representation of color #D36FB5: hue angle of 318º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36FB5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 111 181 -
CMYK 0 0.47 0.14 0.17
HSL 318º 0.53% 0.63% -
HSV(B) 318º 0.47% 0.83% -
XYZ 40.89 28.55 47.07 -
YUV 148.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 211 111 181 0 0.47 0.14 0.17 318 0.53 0.63
Hex D3 6F B5 0 2F E 11 13E 35 3F
Octal 323 157 265 0 57 16 21 476 65 77
Binary 11010011 1101111 10110101 0 101111 1110 10001 100111110 110101 111111

Color Harmonies of #D36FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FB5

Black with #D36FB5

Text Example


Text Example

White with #D36FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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