Html Css Color HEX #D36DDC Orchid

📋 copy color: '#D36DDC'

red 211 ◦ green 109 ◦ blue 220

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

Shades of Orchid #D36DDC

Tints of Orchid #D36DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.19%

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

R = 39.07%
G = 20.19%
B = 40.74%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D36DDC (or 0xD36DDC) is known color: Orchid. HEX triplet: D3, 6D and DC. RGB value is (211,109,220). Sum of RGB (Red+Green+Blue) = 211+109+220=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #D36DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DDC is #2C9223. Grayscale: #979797. Windows color (decimal): -2920996 or 14446035. OLE color: 14446035.

HSL color Cylindrical-coordinate representation of color #D36DDC: hue angle of 295.14º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36DDC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 109 220 -
CMYK 0.04 0.50 0 0.14
HSL 295.14º 0.61% 0.65% -
HSV(B) 295.14º 0.5% 0.86% -
XYZ 45.25 29.95 71.11 -
YUV 152.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 211 109 220 0.04 0.50 0 0.14 295.14 0.61 0.65
Hex D3 6D DC 4 32 0 E 127 3D 41
Octal 323 155 334 4 62 0 16 447 75 101
Binary 11010011 1101101 11011100 100 110010 0 1110 100100111 111101 1000001

Color Harmonies of #D36DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DDC

Black with #D36DDC

Text Example


Text Example

White with #D36DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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