Html Css Color HEX #D36BBB Orchid

📋 copy color: '#D36BBB'

red 211 ◦ green 107 ◦ blue 187

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

Shades of Orchid #D36BBB

Tints of Orchid #D36BBB

RGB

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

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

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

R = 41.78%
G = 21.19%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D36BBB (or 0xD36BBB) is known color: Orchid. HEX triplet: D3, 6B and BB. RGB value is (211,107,187). Sum of RGB (Red+Green+Blue) = 211+107+187=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BBB is #2C9444. Grayscale: #939393. Windows color (decimal): -2921541 or 12282835. OLE color: 12282835.

HSL color Cylindrical-coordinate representation of color #D36BBB: hue angle of 313.85º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36BBB is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 107 187 -
CMYK 0 0.49 0.11 0.17
HSL 313.85º 0.54% 0.62% -
HSV(B) 313.85º 0.49% 0.83% -
XYZ 41.09 27.95 50.24 -
YUV 147.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 211 107 187 0 0.49 0.11 0.17 313.85 0.54 0.62
Hex D3 6B BB 0 31 B 11 13A 36 3E
Octal 323 153 273 0 61 13 21 472 66 76
Binary 11010011 1101011 10111011 0 110001 1011 10001 100111010 110110 111110

Color Harmonies of #D36BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BBB

Black with #D36BBB

Text Example


Text Example

White with #D36BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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