Html Css Color HEX #D86ADF Orchid

📋 copy color: '#D86ADF'

red 216 ◦ green 106 ◦ blue 223

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

Shades of Orchid #D86ADF

Tints of Orchid #D86ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 39.63%
G = 19.45%
B = 40.92%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86ADF (or 0xD86ADF) is known color: Orchid. HEX triplet: D8, 6A and DF. RGB value is (216,106,223). Sum of RGB (Red+Green+Blue) = 216+106+223=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #D86ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ADF is #279520. Grayscale: #979797. Windows color (decimal): -2594081 or 14641880. OLE color: 14641880.

HSL color Cylindrical-coordinate representation of color #D86ADF: hue angle of 296.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D86ADF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 106 223 -
CMYK 0.03 0.52 0 0.13
HSL 296.41º 0.65% 0.65% -
HSV(B) 296.41º 0.52% 0.87% -
XYZ 46.79 30.23 73.18 -
YUV 152.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 216 106 223 0.03 0.52 0 0.13 296.41 0.65 0.65
Hex D8 6A DF 3 34 0 D 128 41 41
Octal 330 152 337 3 64 0 15 450 101 101
Binary 11011000 1101010 11011111 11 110100 0 1101 100101000 1000001 1000001

Color Harmonies of #D86ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ADF

Black with #D86ADF

Text Example


Text Example

White with #D86ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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