Html Css Color HEX #D36FC5 Orchid

📋 copy color: '#D36FC5'

red 211 ◦ green 111 ◦ blue 197

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

Shades of Orchid #D36FC5

Tints of Orchid #D36FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 40.66%
G = 21.39%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D36FC5 (or 0xD36FC5) is known color: Orchid. HEX triplet: D3, 6F and C5. RGB value is (211,111,197). Sum of RGB (Red+Green+Blue) = 211+111+197=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FC5 is #2C903A. Grayscale: #969696. Windows color (decimal): -2920507 or 12939219. OLE color: 12939219.

HSL color Cylindrical-coordinate representation of color #D36FC5: hue angle of 308.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36FC5 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 111 197 -
CMYK 0 0.47 0.07 0.17
HSL 308.4º 0.53% 0.63% -
HSV(B) 308.4º 0.47% 0.83% -
XYZ 42.63 29.25 56.22 -
YUV 150.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 211 111 197 0 0.47 0.07 0.17 308.4 0.53 0.63
Hex D3 6F C5 0 2F 7 11 134 35 3F
Octal 323 157 305 0 57 7 21 464 65 77
Binary 11010011 1101111 11000101 0 101111 111 10001 100110100 110101 111111

Color Harmonies of #D36FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FC5

Black with #D36FC5

Text Example


Text Example

White with #D36FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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