Html Css Color HEX #D863C8 Orchid

📋 copy color: '#D863C8'

red 216 ◦ green 99 ◦ blue 200

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

Shades of Orchid #D863C8

Tints of Orchid #D863C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.83%

R = 41.94%
G = 19.22%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D863C8 (or 0xD863C8) is known color: Orchid. HEX triplet: D8, 63 and C8. RGB value is (216,99,200). Sum of RGB (Red+Green+Blue) = 216+99+200=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D863C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863C8 is #279C37. Grayscale: #919191. Windows color (decimal): -2595896 or 13132760. OLE color: 13132760.

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

Color convert

RGB 216 99 200 -
CMYK 0 0.54 0.07 0.15
HSL 308.21º 0.6% 0.62% -
HSV(B) 308.21º 0.54% 0.85% -
XYZ 43.21 27.69 57.71 -
YUV 145.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 216 99 200 0 0.54 0.07 0.15 308.21 0.6 0.62
Hex D8 63 C8 0 36 7 F 134 3C 3E
Octal 330 143 310 0 66 7 17 464 74 76
Binary 11011000 1100011 11001000 0 110110 111 1111 100110100 111100 111110

Color Harmonies of #D863C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863C8

Black with #D863C8

Text Example


Text Example

White with #D863C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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