Html Css Color HEX #D36CDB Orchid

📋 copy color: '#D36CDB'

red 211 ◦ green 108 ◦ blue 219

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

Shades of Orchid #D36CDB

Tints of Orchid #D36CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.07%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 39.22%
G = 20.07%
B = 40.71%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D36CDB (or 0xD36CDB) is known color: Orchid. HEX triplet: D3, 6C and DB. RGB value is (211,108,219). Sum of RGB (Red+Green+Blue) = 211+108+219=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #D36CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CDB is #2C9324. Grayscale: #979797. Windows color (decimal): -2921253 or 14380243. OLE color: 14380243.

HSL color Cylindrical-coordinate representation of color #D36CDB: hue angle of 295.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D36CDB is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 108 219 -
CMYK 0.04 0.51 0 0.14
HSL 295.68º 0.61% 0.64% -
HSV(B) 295.68º 0.51% 0.86% -
XYZ 45.01 29.69 70.38 -
YUV 151.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 211 108 219 0.04 0.51 0 0.14 295.68 0.61 0.64
Hex D3 6C DB 4 33 0 E 128 3D 40
Octal 323 154 333 4 63 0 16 450 75 100
Binary 11010011 1101100 11011011 100 110011 0 1110 100101000 111101 1000000

Color Harmonies of #D36CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36CDB

Black with #D36CDB

Text Example


Text Example

White with #D36CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36CDB; }

 p { color: rgb(211,108,219); }

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

background-color css

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

 a { background-color: rgb(211,108,219); }

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

border-color css

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

 span { border-color: rgb(211,108,219); }

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