Html Css Color HEX #D863DA Orchid

📋 copy color: '#D863DA'

red 216 ◦ green 99 ◦ blue 218

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

Shades of Orchid #D863DA

Tints of Orchid #D863DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 40.53%
G = 18.57%
B = 40.9%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D863DA (or 0xD863DA) is known color: Orchid. HEX triplet: D8, 63 and DA. RGB value is (216,99,218). Sum of RGB (Red+Green+Blue) = 216+99+218=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #D863DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863DA is #279C25. Grayscale: #939393. Windows color (decimal): -2595878 or 14312408. OLE color: 14312408.

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

Color convert

RGB 216 99 218 -
CMYK 0.01 0.55 0 0.15
HSL 298.99º 0.62% 0.62% -
HSV(B) 298.99º 0.55% 0.85% -
XYZ 45.44 28.58 69.45 -
YUV 147.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 216 99 218 0.01 0.55 0 0.15 298.99 0.62 0.62
Hex D8 63 DA 1 37 0 F 12B 3E 3E
Octal 330 143 332 1 67 0 17 453 76 76
Binary 11011000 1100011 11011010 1 110111 0 1111 100101011 111110 111110

Color Harmonies of #D863DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863DA

Black with #D863DA

Text Example


Text Example

White with #D863DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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