Html Css Color HEX #D36CDC Orchid

📋 copy color: '#D36CDC'

red 211 ◦ green 108 ◦ blue 220

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

Shades of Orchid #D36CDC

Tints of Orchid #D36CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 39.15%
G = 20.04%
B = 40.82%

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

#D36CDC (or 0xD36CDC) is known color: Orchid. HEX triplet: D3, 6C and DC. RGB value is (211,108,220). Sum of RGB (Red+Green+Blue) = 211+108+220=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D36CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CDC is #2C9323. Grayscale: #979797. Windows color (decimal): -2921252 or 14445779. OLE color: 14445779.

HSL color Cylindrical-coordinate representation of color #D36CDC: hue angle of 295.18º degrees, saturation: 0.62, 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 #D36CDC is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 108 220 -
CMYK 0.04 0.51 0 0.14
HSL 295.18º 0.62% 0.64% -
HSV(B) 295.18º 0.51% 0.86% -
XYZ 45.14 29.74 71.07 -
YUV 151.57 166.62 170.39 -
System Red Green Blue C M Y K H S L
Decimal 211 108 220 0.04 0.51 0 0.14 295.18 0.62 0.64
Hex D3 6C DC 4 33 0 E 127 3E 40
Octal 323 154 334 4 63 0 16 447 76 100
Binary 11010011 1101100 11011100 100 110011 0 1110 100100111 111110 1000000

Color Harmonies of #D36CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36CDC

Black with #D36CDC

Text Example


Text Example

White with #D36CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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