Html Css Color HEX #D863C7 Orchid

📋 copy color: '#D863C7'

red 216 ◦ green 99 ◦ blue 199

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

Shades of Orchid #D863C7

Tints of Orchid #D863C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.72%

R = 42.02%
G = 19.26%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D863C7 (or 0xD863C7) is known color: Orchid. HEX triplet: D8, 63 and C7. RGB value is (216,99,199). Sum of RGB (Red+Green+Blue) = 216+99+199=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D863C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863C7 is #279C38. Grayscale: #919191. Windows color (decimal): -2595897 or 13067224. OLE color: 13067224.

HSL color Cylindrical-coordinate representation of color #D863C7: hue angle of 308.72º 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 #D863C7 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 199 -
CMYK 0 0.54 0.08 0.15
HSL 308.72º 0.6% 0.62% -
HSV(B) 308.72º 0.54% 0.85% -
XYZ 43.09 27.65 57.1 -
YUV 145.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 216 99 199 0 0.54 0.08 0.15 308.72 0.6 0.62
Hex D8 63 C7 0 36 8 F 135 3C 3E
Octal 330 143 307 0 66 10 17 465 74 76
Binary 11011000 1100011 11000111 0 110110 1000 1111 100110101 111100 111110

Color Harmonies of #D863C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863C7

Black with #D863C7

Text Example


Text Example

White with #D863C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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