Html Css Color HEX #D36ADC Orchid

📋 copy color: '#D36ADC'

red 211 ◦ green 106 ◦ blue 220

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

Shades of Orchid #D36ADC

Tints of Orchid #D36ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 39.29%
G = 19.74%
B = 40.97%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D36ADC (or 0xD36ADC) is known color: Orchid. HEX triplet: D3, 6A and DC. RGB value is (211,106,220). Sum of RGB (Red+Green+Blue) = 211+106+220=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #D36ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36ADC is #2C9523. Grayscale: #969696. Windows color (decimal): -2921764 or 14445267. OLE color: 14445267.

HSL color Cylindrical-coordinate representation of color #D36ADC: hue angle of 295.26º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D36ADC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 106 220 -
CMYK 0.04 0.52 0 0.14
HSL 295.26º 0.62% 0.64% -
HSV(B) 295.26º 0.52% 0.86% -
XYZ 44.94 29.32 71 -
YUV 150.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 211 106 220 0.04 0.52 0 0.14 295.26 0.62 0.64
Hex D3 6A DC 4 34 0 E 127 3E 40
Octal 323 152 334 4 64 0 16 447 76 100
Binary 11010011 1101010 11011100 100 110100 0 1110 100100111 111110 1000000

Color Harmonies of #D36ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36ADC

Black with #D36ADC

Text Example


Text Example

White with #D36ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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