Html Css Color HEX #D36FE0 Orchid

📋 copy color: '#D36FE0'

red 211 ◦ green 111 ◦ blue 224

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

Shades of Orchid #D36FE0

Tints of Orchid #D36FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.33%

 BLUE value IS 224 (87.89% from 255) = 41.03%

R = 38.64%
G = 20.33%
B = 41.03%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D36FE0 (or 0xD36FE0) is known color: Orchid. HEX triplet: D3, 6F and E0. RGB value is (211,111,224). Sum of RGB (Red+Green+Blue) = 211+111+224=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #D36FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FE0 is #2C901F. Grayscale: #999999. Windows color (decimal): -2920480 or 14708691. OLE color: 14708691.

HSL color Cylindrical-coordinate representation of color #D36FE0: hue angle of 293.1º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D36FE0 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 111 224 -
CMYK 0.06 0.50 0 0.12
HSL 293.1º 0.65% 0.66% -
HSV(B) 293.1º 0.5% 0.88% -
XYZ 46 30.6 74 -
YUV 153.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 211 111 224 0.06 0.50 0 0.12 293.1 0.65 0.66
Hex D3 6F E0 6 32 0 C 125 41 42
Octal 323 157 340 6 62 0 14 445 101 102
Binary 11010011 1101111 11100000 110 110010 0 1100 100100101 1000001 1000010

Color Harmonies of #D36FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FE0

Black with #D36FE0

Text Example


Text Example

White with #D36FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FE0; }

 p { color: rgb(211,111,224); }

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

background-color css

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

 a { background-color: rgb(211,111,224); }

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

border-color css

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

 span { border-color: rgb(211,111,224); }

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