Html Css Color HEX #D36ADE Orchid

📋 copy color: '#D36ADE'

red 211 ◦ green 106 ◦ blue 222

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

Shades of Orchid #D36ADE

Tints of Orchid #D36ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 39.15%
G = 19.67%
B = 41.19%

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

#D36ADE (or 0xD36ADE) is known color: Orchid. HEX triplet: D3, 6A and DE. RGB value is (211,106,222). Sum of RGB (Red+Green+Blue) = 211+106+222=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #D36ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ADE is #2C9521. Grayscale: #969696. Windows color (decimal): -2921762 or 14576339. OLE color: 14576339.

HSL color Cylindrical-coordinate representation of color #D36ADE: hue angle of 294.31º degrees, saturation: 0.64, 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 #D36ADE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 106 222 -
CMYK 0.05 0.52 0 0.13
HSL 294.31º 0.64% 0.64% -
HSV(B) 294.31º 0.52% 0.87% -
XYZ 45.2 29.43 72.41 -
YUV 150.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 211 106 222 0.05 0.52 0 0.13 294.31 0.64 0.64
Hex D3 6A DE 5 34 0 D 126 40 40
Octal 323 152 336 5 64 0 15 446 100 100
Binary 11010011 1101010 11011110 101 110100 0 1101 100100110 1000000 1000000

Color Harmonies of #D36ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ADE

Black with #D36ADE

Text Example


Text Example

White with #D36ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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