Html Css Color HEX #D863D7 Orchid

📋 copy color: '#D863D7'

red 216 ◦ green 99 ◦ blue 215

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

Shades of Orchid #D863D7

Tints of Orchid #D863D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 40.75%
G = 18.68%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D863D7 (or 0xD863D7) is known color: Orchid. HEX triplet: D8, 63 and D7. RGB value is (216,99,215). Sum of RGB (Red+Green+Blue) = 216+99+215=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D863D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863D7 is #279C28. Grayscale: #929292. Windows color (decimal): -2595881 or 14115800. OLE color: 14115800.

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

Color convert

RGB 216 99 215 -
CMYK 0 0.54 0.00 0.15
HSL 300.51º 0.6% 0.62% -
HSV(B) 300.51º 0.54% 0.85% -
XYZ 45.05 28.43 67.4 -
YUV 147.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 216 99 215 0 0.54 0.00 0.15 300.51 0.6 0.62
Hex D8 63 D7 0 36 0 F 12D 3C 3E
Octal 330 143 327 0 66 0 17 455 74 76
Binary 11011000 1100011 11010111 0 110110 0 1111 100101101 111100 111110

Color Harmonies of #D863D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863D7

Black with #D863D7

Text Example


Text Example

White with #D863D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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