Html Css Color HEX #D86ACB Orchid

📋 copy color: '#D86ACB'

red 216 ◦ green 106 ◦ blue 203

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

Shades of Orchid #D86ACB

Tints of Orchid #D86ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.19%

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

R = 41.14%
G = 20.19%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D86ACB (or 0xD86ACB) is known color: Orchid. HEX triplet: D8, 6A and CB. RGB value is (216,106,203). Sum of RGB (Red+Green+Blue) = 216+106+203=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ACB is #279534. Grayscale: #959595. Windows color (decimal): -2594101 or 13331160. OLE color: 13331160.

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

Color convert

RGB 216 106 203 -
CMYK 0 0.51 0.06 0.15
HSL 307.09º 0.59% 0.63% -
HSV(B) 307.09º 0.51% 0.85% -
XYZ 44.25 29.22 59.81 -
YUV 149.95 157.94 175.11 -
System Red Green Blue C M Y K H S L
Decimal 216 106 203 0 0.51 0.06 0.15 307.09 0.59 0.63
Hex D8 6A CB 0 33 6 F 133 3B 3F
Octal 330 152 313 0 63 6 17 463 73 77
Binary 11011000 1101010 11001011 0 110011 110 1111 100110011 111011 111111

Color Harmonies of #D86ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ACB

Black with #D86ACB

Text Example


Text Example

White with #D86ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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