Html Css Color HEX #D86CDF Orchid

📋 copy color: '#D86CDF'

red 216 ◦ green 108 ◦ blue 223

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

Shades of Orchid #D86CDF

Tints of Orchid #D86CDF

RGB

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

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

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

R = 39.49%
G = 19.74%
B = 40.77%

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

#D86CDF (or 0xD86CDF) is known color: Orchid. HEX triplet: D8, 6C and DF. RGB value is (216,108,223). Sum of RGB (Red+Green+Blue) = 216+108+223=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D86CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDF is #279320. Grayscale: #999999. Windows color (decimal): -2593569 or 14642392. OLE color: 14642392.

HSL color Cylindrical-coordinate representation of color #D86CDF: hue angle of 296.35º degrees, saturation: 0.64, 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 #D86CDF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 108 223 -
CMYK 0.03 0.52 0 0.13
HSL 296.35º 0.64% 0.65% -
HSV(B) 296.35º 0.52% 0.87% -
XYZ 47 30.65 73.25 -
YUV 153.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 216 108 223 0.03 0.52 0 0.13 296.35 0.64 0.65
Hex D8 6C DF 3 34 0 D 128 40 41
Octal 330 154 337 3 64 0 15 450 100 101
Binary 11011000 1101100 11011111 11 110100 0 1101 100101000 1000000 1000001

Color Harmonies of #D86CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CDF

Black with #D86CDF

Text Example


Text Example

White with #D86CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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