Html Css Color HEX #D863C9 Orchid

📋 copy color: '#D863C9'

red 216 ◦ green 99 ◦ blue 201

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

Shades of Orchid #D863C9

Tints of Orchid #D863C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.95%

R = 41.86%
G = 19.19%
B = 38.95%

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

#D863C9 (or 0xD863C9) is known color: Orchid. HEX triplet: D8, 63 and C9. RGB value is (216,99,201). Sum of RGB (Red+Green+Blue) = 216+99+201=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D863C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863C9 is #279C36. Grayscale: #919191. Windows color (decimal): -2595895 or 13198296. OLE color: 13198296.

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

Color convert

RGB 216 99 201 -
CMYK 0 0.54 0.07 0.15
HSL 307.69º 0.6% 0.62% -
HSV(B) 307.69º 0.54% 0.85% -
XYZ 43.32 27.74 58.33 -
YUV 145.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 216 99 201 0 0.54 0.07 0.15 307.69 0.6 0.62
Hex D8 63 C9 0 36 7 F 134 3C 3E
Octal 330 143 311 0 66 7 17 464 74 76
Binary 11011000 1100011 11001001 0 110110 111 1111 100110100 111100 111110

Color Harmonies of #D863C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863C9

Black with #D863C9

Text Example


Text Example

White with #D863C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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