Html Css Color HEX #D36DDE Orchid

📋 copy color: '#D36DDE'

red 211 ◦ green 109 ◦ blue 222

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

Shades of Orchid #D36DDE

Tints of Orchid #D36DDE

RGB

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

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

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

R = 38.93%
G = 20.11%
B = 40.96%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D36DDE (or 0xD36DDE) is known color: Orchid. HEX triplet: D3, 6D and DE. RGB value is (211,109,222). Sum of RGB (Red+Green+Blue) = 211+109+222=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #D36DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DDE is #2C9221. Grayscale: #989898. Windows color (decimal): -2920994 or 14577107. OLE color: 14577107.

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

Color convert

RGB 211 109 222 -
CMYK 0.05 0.51 0 0.13
HSL 294.16º 0.63% 0.65% -
HSV(B) 294.16º 0.51% 0.87% -
XYZ 45.52 30.06 72.51 -
YUV 152.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 211 109 222 0.05 0.51 0 0.13 294.16 0.63 0.65
Hex D3 6D DE 5 33 0 D 126 3F 41
Octal 323 155 336 5 63 0 15 446 77 101
Binary 11010011 1101101 11011110 101 110011 0 1101 100100110 111111 1000001

Color Harmonies of #D36DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DDE

Black with #D36DDE

Text Example


Text Example

White with #D36DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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