Html Css Color HEX #D36ABA Orchid

📋 copy color: '#D36ABA'

red 211 ◦ green 106 ◦ blue 186

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

Shades of Orchid #D36ABA

Tints of Orchid #D36ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 41.95%
G = 21.07%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D36ABA (or 0xD36ABA) is known color: Orchid. HEX triplet: D3, 6A and BA. RGB value is (211,106,186). Sum of RGB (Red+Green+Blue) = 211+106+186=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D36ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ABA is #2C9545. Grayscale: #929292. Windows color (decimal): -2921798 or 12217043. OLE color: 12217043.

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

Color convert

RGB 211 106 186 -
CMYK 0 0.50 0.12 0.17
HSL 314.29º 0.54% 0.62% -
HSV(B) 314.29º 0.5% 0.83% -
XYZ 40.88 27.7 49.65 -
YUV 146.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 211 106 186 0 0.50 0.12 0.17 314.29 0.54 0.62
Hex D3 6A BA 0 32 C 11 13A 36 3E
Octal 323 152 272 0 62 14 21 472 66 76
Binary 11010011 1101010 10111010 0 110010 1100 10001 100111010 110110 111110

Color Harmonies of #D36ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ABA

Black with #D36ABA

Text Example


Text Example

White with #D36ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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