Html Css Color HEX #D36FDE Orchid

📋 copy color: '#D36FDE'

red 211 ◦ green 111 ◦ blue 222

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

Shades of Orchid #D36FDE

Tints of Orchid #D36FDE

RGB

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

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

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

R = 38.79%
G = 20.4%
B = 40.81%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D36FDE (or 0xD36FDE) is known color: Orchid. HEX triplet: D3, 6F and DE. RGB value is (211,111,222). Sum of RGB (Red+Green+Blue) = 211+111+222=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #D36FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FDE is #2C9021. Grayscale: #999999. Windows color (decimal): -2920482 or 14577619. OLE color: 14577619.

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

Color convert

RGB 211 111 222 -
CMYK 0.05 0.5 0 0.13
HSL 294.05º 0.63% 0.65% -
HSV(B) 294.05º 0.5% 0.87% -
XYZ 45.73 30.49 72.58 -
YUV 153.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 211 111 222 0.05 0.5 0 0.13 294.05 0.63 0.65
Hex D3 6F DE 5 32 0 D 126 3F 41
Octal 323 157 336 5 62 0 15 446 77 101
Binary 11010011 1101111 11011110 101 110010 0 1101 100100110 111111 1000001

Color Harmonies of #D36FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FDE

Black with #D36FDE

Text Example


Text Example

White with #D36FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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