Html Css Color HEX #D863DB Orchid

📋 copy color: '#D863DB'

red 216 ◦ green 99 ◦ blue 219

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

Shades of Orchid #D863DB

Tints of Orchid #D863DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 40.45%
G = 18.54%
B = 41.01%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D863DB (or 0xD863DB) is known color: Orchid. HEX triplet: D8, 63 and DB. RGB value is (216,99,219). Sum of RGB (Red+Green+Blue) = 216+99+219=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #D863DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863DB is #279C24. Grayscale: #939393. Windows color (decimal): -2595877 or 14377944. OLE color: 14377944.

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

Color convert

RGB 216 99 219 -
CMYK 0.01 0.55 0 0.14
HSL 298.5º 0.63% 0.62% -
HSV(B) 298.5º 0.55% 0.86% -
XYZ 45.57 28.64 70.14 -
YUV 147.66 168.26 176.74 -
System Red Green Blue C M Y K H S L
Decimal 216 99 219 0.01 0.55 0 0.14 298.5 0.63 0.62
Hex D8 63 DB 1 37 0 E 12A 3E 3E
Octal 330 143 333 1 67 0 16 452 76 76
Binary 11011000 1100011 11011011 1 110111 0 1110 100101010 111110 111110

Color Harmonies of #D863DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863DB

Black with #D863DB

Text Example


Text Example

White with #D863DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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