Html Css Color HEX #D864EA Orchid

📋 copy color: '#D864EA'

red 216 ◦ green 100 ◦ blue 234

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

Shades of Orchid #D864EA

Tints of Orchid #D864EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.18%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 39.27%
G = 18.18%
B = 42.55%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D864EA (or 0xD864EA) is known color: Orchid. HEX triplet: D8, 64 and EA. RGB value is (216,100,234). Sum of RGB (Red+Green+Blue) = 216+100+234=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #D864EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D864EA is #279B15. Grayscale: #959595. Windows color (decimal): -2595606 or 15361240. OLE color: 15361240.

HSL color Cylindrical-coordinate representation of color #D864EA: hue angle of 291.94º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D864EA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 100 234 -
CMYK 0.08 0.57 0 0.08
HSL 291.94º 0.76% 0.65% -
HSV(B) 291.94º 0.57% 0.92% -
XYZ 47.73 29.65 81.05 -
YUV 149.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 216 100 234 0.08 0.57 0 0.08 291.94 0.76 0.65
Hex D8 64 EA 8 39 0 8 124 4C 41
Octal 330 144 352 10 71 0 10 444 114 101
Binary 11011000 1100100 11101010 1000 111001 0 1000 100100100 1001100 1000001

Color Harmonies of #D864EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864EA

Black with #D864EA

Text Example


Text Example

White with #D864EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864EA; }

 p { color: rgb(216,100,234); }

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

background-color css

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

 a { background-color: rgb(216,100,234); }

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

border-color css

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

 span { border-color: rgb(216,100,234); }

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