Html Css Color HEX #D36BDA Orchid

📋 copy color: '#D36BDA'

red 211 ◦ green 107 ◦ blue 218

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

Shades of Orchid #D36BDA

Tints of Orchid #D36BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 39.37%
G = 19.96%
B = 40.67%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D36BDA (or 0xD36BDA) is known color: Orchid. HEX triplet: D3, 6B and DA. RGB value is (211,107,218). Sum of RGB (Red+Green+Blue) = 211+107+218=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D36BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BDA is #2C9425. Grayscale: #969696. Windows color (decimal): -2921510 or 14314451. OLE color: 14314451.

HSL color Cylindrical-coordinate representation of color #D36BDA: hue angle of 296.22º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36BDA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 107 218 -
CMYK 0.03 0.51 0 0.15
HSL 296.22º 0.6% 0.64% -
HSV(B) 296.22º 0.51% 0.85% -
XYZ 44.78 29.43 69.65 -
YUV 150.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 211 107 218 0.03 0.51 0 0.15 296.22 0.6 0.64
Hex D3 6B DA 3 33 0 F 128 3C 40
Octal 323 153 332 3 63 0 17 450 74 100
Binary 11010011 1101011 11011010 11 110011 0 1111 100101000 111100 1000000

Color Harmonies of #D36BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BDA

Black with #D36BDA

Text Example


Text Example

White with #D36BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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