Html Css Color HEX #D86ECB Orchid

📋 copy color: '#D86ECB'

red 216 ◦ green 110 ◦ blue 203

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

Shades of Orchid #D86ECB

Tints of Orchid #D86ECB

RGB

 RED value IS 216 (84.77% from 255) = 40.83%

 GREEN value IS 110 (43.36% from 255) = 20.79%

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 40.83%
G = 20.79%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D86ECB (or 0xD86ECB) is known color: Orchid. HEX triplet: D8, 6E and CB. RGB value is (216,110,203). Sum of RGB (Red+Green+Blue) = 216+110+203=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ECB is #279134. Grayscale: #989898. Windows color (decimal): -2593077 or 13332184. OLE color: 13332184.

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

Color convert

RGB 216 110 203 -
CMYK 0 0.49 0.06 0.15
HSL 307.36º 0.58% 0.64% -
HSV(B) 307.36º 0.49% 0.85% -
XYZ 44.67 30.06 59.95 -
YUV 152.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 216 110 203 0 0.49 0.06 0.15 307.36 0.58 0.64
Hex D8 6E CB 0 31 6 F 133 3A 40
Octal 330 156 313 0 61 6 17 463 72 100
Binary 11011000 1101110 11001011 0 110001 110 1111 100110011 111010 1000000

Color Harmonies of #D86ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ECB

Black with #D86ECB

Text Example


Text Example

White with #D86ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ECB; }

 p { color: rgb(216,110,203); }

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

background-color css

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

 a { background-color: rgb(216,110,203); }

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

border-color css

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

 span { border-color: rgb(216,110,203); }

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