Html Css Color HEX #D36DDF Orchid

📋 copy color: '#D36DDF'

red 211 ◦ green 109 ◦ blue 223

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

Shades of Orchid #D36DDF

Tints of Orchid #D36DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 38.86%
G = 20.07%
B = 41.07%

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

#D36DDF (or 0xD36DDF) is known color: Orchid. HEX triplet: D3, 6D and DF. RGB value is (211,109,223). Sum of RGB (Red+Green+Blue) = 211+109+223=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #D36DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36DDF is #2C9220. Grayscale: #989898. Windows color (decimal): -2920993 or 14642643. OLE color: 14642643.

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

Color convert

RGB 211 109 223 -
CMYK 0.05 0.51 0 0.13
HSL 293.68º 0.64% 0.65% -
HSV(B) 293.68º 0.51% 0.87% -
XYZ 45.65 30.11 73.22 -
YUV 152.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 211 109 223 0.05 0.51 0 0.13 293.68 0.64 0.65
Hex D3 6D DF 5 33 0 D 126 40 41
Octal 323 155 337 5 63 0 15 446 100 101
Binary 11010011 1101101 11011111 101 110011 0 1101 100100110 1000000 1000001

Color Harmonies of #D36DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36DDF

Black with #D36DDF

Text Example


Text Example

White with #D36DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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