Html Css Color HEX #D36BC9 Orchid

📋 copy color: '#D36BC9'

red 211 ◦ green 107 ◦ blue 201

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

Shades of Orchid #D36BC9

Tints of Orchid #D36BC9

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 40.66%
G = 20.62%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D36BC9 (or 0xD36BC9) is known color: Orchid. HEX triplet: D3, 6B and C9. RGB value is (211,107,201). Sum of RGB (Red+Green+Blue) = 211+107+201=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BC9 is #2C9436. Grayscale: #949494. Windows color (decimal): -2921527 or 13200339. OLE color: 13200339.

HSL color Cylindrical-coordinate representation of color #D36BC9: hue angle of 305.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36BC9 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 107 201 -
CMYK 0 0.49 0.05 0.17
HSL 305.77º 0.54% 0.62% -
HSV(B) 305.77º 0.49% 0.83% -
XYZ 42.66 28.58 58.53 -
YUV 148.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 211 107 201 0 0.49 0.05 0.17 305.77 0.54 0.62
Hex D3 6B C9 0 31 5 11 132 36 3E
Octal 323 153 311 0 61 5 21 462 66 76
Binary 11010011 1101011 11001001 0 110001 101 10001 100110010 110110 111110

Color Harmonies of #D36BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BC9

Black with #D36BC9

Text Example


Text Example

White with #D36BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BC9; }

 p { color: rgb(211,107,201); }

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

background-color css

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

 a { background-color: rgb(211,107,201); }

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

border-color css

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

 span { border-color: rgb(211,107,201); }

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