Html Css Color HEX #D863CE Orchid

📋 copy color: '#D863CE'

red 216 ◦ green 99 ◦ blue 206

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

Shades of Orchid #D863CE

Tints of Orchid #D863CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 41.46%
G = 19%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D863CE (or 0xD863CE) is known color: Orchid. HEX triplet: D8, 63 and CE. RGB value is (216,99,206). Sum of RGB (Red+Green+Blue) = 216+99+206=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D863CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D863CE is #279C31. Grayscale: #919191. Windows color (decimal): -2595890 or 13525976. OLE color: 13525976.

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

Color convert

RGB 216 99 206 -
CMYK 0 0.54 0.05 0.15
HSL 305.13º 0.6% 0.62% -
HSV(B) 305.13º 0.54% 0.85% -
XYZ 43.92 27.98 61.48 -
YUV 146.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 216 99 206 0 0.54 0.05 0.15 305.13 0.6 0.62
Hex D8 63 CE 0 36 5 F 131 3C 3E
Octal 330 143 316 0 66 5 17 461 74 76
Binary 11011000 1100011 11001110 0 110110 101 1111 100110001 111100 111110

Color Harmonies of #D863CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863CE

Black with #D863CE

Text Example


Text Example

White with #D863CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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