Html Css Color HEX #D863DC Orchid

📋 copy color: '#D863DC'

red 216 ◦ green 99 ◦ blue 220

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

Shades of Orchid #D863DC

Tints of Orchid #D863DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 40.37%
G = 18.5%
B = 41.12%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D863DC (or 0xD863DC) is known color: Orchid. HEX triplet: D8, 63 and DC. RGB value is (216,99,220). Sum of RGB (Red+Green+Blue) = 216+99+220=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D863DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863DC is #279C23. Grayscale: #939393. Windows color (decimal): -2595876 or 14443480. OLE color: 14443480.

HSL color Cylindrical-coordinate representation of color #D863DC: hue angle of 298.02º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D863DC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 99 220 -
CMYK 0.02 0.55 0 0.14
HSL 298.02º 0.63% 0.63% -
HSV(B) 298.02º 0.55% 0.86% -
XYZ 45.7 28.69 70.84 -
YUV 147.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 216 99 220 0.02 0.55 0 0.14 298.02 0.63 0.63
Hex D8 63 DC 2 37 0 E 12A 3F 3F
Octal 330 143 334 2 67 0 16 452 77 77
Binary 11011000 1100011 11011100 10 110111 0 1110 100101010 111111 111111

Color Harmonies of #D863DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863DC

Black with #D863DC

Text Example


Text Example

White with #D863DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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