Html Css Color HEX #D863E9 Orchid

📋 copy color: '#D863E9'

red 216 ◦ green 99 ◦ blue 233

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

Shades of Orchid #D863E9

Tints of Orchid #D863E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.52%

R = 39.42%
G = 18.07%
B = 42.52%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D863E9 (or 0xD863E9) is known color: Orchid. HEX triplet: D8, 63 and E9. RGB value is (216,99,233). Sum of RGB (Red+Green+Blue) = 216+99+233=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #D863E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D863E9 is #279C16. Grayscale: #949494. Windows color (decimal): -2595863 or 15295448. OLE color: 15295448.

HSL color Cylindrical-coordinate representation of color #D863E9: hue angle of 292.39º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D863E9 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 99 233 -
CMYK 0.07 0.58 0 0.09
HSL 292.39º 0.75% 0.65% -
HSV(B) 292.39º 0.58% 0.91% -
XYZ 47.49 29.41 80.26 -
YUV 149.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 216 99 233 0.07 0.58 0 0.09 292.39 0.75 0.65
Hex D8 63 E9 7 3A 0 9 124 4B 41
Octal 330 143 351 7 72 0 11 444 113 101
Binary 11011000 1100011 11101001 111 111010 0 1001 100100100 1001011 1000001

Color Harmonies of #D863E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D863E9

Black with #D863E9

Text Example


Text Example

White with #D863E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D863E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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