Html Css Color HEX #D36ADD Orchid

📋 copy color: '#D36ADD'

red 211 ◦ green 106 ◦ blue 221

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

Shades of Orchid #D36ADD

Tints of Orchid #D36ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 39.22%
G = 19.7%
B = 41.08%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D36ADD (or 0xD36ADD) is known color: Orchid. HEX triplet: D3, 6A and DD. RGB value is (211,106,221). Sum of RGB (Red+Green+Blue) = 211+106+221=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D36ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ADD is #2C9522. Grayscale: #969696. Windows color (decimal): -2921763 or 14510803. OLE color: 14510803.

HSL color Cylindrical-coordinate representation of color #D36ADD: hue angle of 294.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36ADD is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 106 221 -
CMYK 0.05 0.52 0 0.13
HSL 294.78º 0.63% 0.64% -
HSV(B) 294.78º 0.52% 0.87% -
XYZ 45.07 29.38 71.7 -
YUV 150.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 211 106 221 0.05 0.52 0 0.13 294.78 0.63 0.64
Hex D3 6A DD 5 34 0 D 127 3F 40
Octal 323 152 335 5 64 0 15 447 77 100
Binary 11010011 1101010 11011101 101 110100 0 1101 100100111 111111 1000000

Color Harmonies of #D36ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ADD

Black with #D36ADD

Text Example


Text Example

White with #D36ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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