Html Css Color HEX #D863DF Orchid

📋 copy color: '#D863DF'

red 216 ◦ green 99 ◦ blue 223

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

Shades of Orchid #D863DF

Tints of Orchid #D863DF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.4%

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

R = 40.15%
G = 18.4%
B = 41.45%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D863DF (or 0xD863DF) is known color: Orchid. HEX triplet: D8, 63 and DF. RGB value is (216,99,223). Sum of RGB (Red+Green+Blue) = 216+99+223=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D863DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863DF is #279C20. Grayscale: #939393. Windows color (decimal): -2595873 or 14640088. OLE color: 14640088.

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

Color convert

RGB 216 99 223 -
CMYK 0.03 0.56 0 0.13
HSL 296.61º 0.66% 0.63% -
HSV(B) 296.61º 0.56% 0.87% -
XYZ 46.1 28.85 72.95 -
YUV 148.12 170.26 176.42 -
System Red Green Blue C M Y K H S L
Decimal 216 99 223 0.03 0.56 0 0.13 296.61 0.66 0.63
Hex D8 63 DF 3 38 0 D 129 42 3F
Octal 330 143 337 3 70 0 15 451 102 77
Binary 11011000 1100011 11011111 11 111000 0 1101 100101001 1000010 111111

Color Harmonies of #D863DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863DF

Black with #D863DF

Text Example


Text Example

White with #D863DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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