Html Css Color HEX #D864E0 Orchid

📋 copy color: '#D864E0'

red 216 ◦ green 100 ◦ blue 224

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

Shades of Orchid #D864E0

Tints of Orchid #D864E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 40%
G = 18.52%
B = 41.48%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D864E0 (or 0xD864E0) is known color: Orchid. HEX triplet: D8, 64 and E0. RGB value is (216,100,224). Sum of RGB (Red+Green+Blue) = 216+100+224=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #D864E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864E0 is #279B1F. Grayscale: #949494. Windows color (decimal): -2595616 or 14705880. OLE color: 14705880.

HSL color Cylindrical-coordinate representation of color #D864E0: hue angle of 296.13º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D864E0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 100 224 -
CMYK 0.04 0.55 0 0.12
HSL 296.13º 0.67% 0.64% -
HSV(B) 296.13º 0.55% 0.88% -
XYZ 46.33 29.1 73.7 -
YUV 148.82 170.43 175.92 -
System Red Green Blue C M Y K H S L
Decimal 216 100 224 0.04 0.55 0 0.12 296.13 0.67 0.64
Hex D8 64 E0 4 37 0 C 128 43 40
Octal 330 144 340 4 67 0 14 450 103 100
Binary 11011000 1100100 11100000 100 110111 0 1100 100101000 1000011 1000000

Color Harmonies of #D864E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864E0

Black with #D864E0

Text Example


Text Example

White with #D864E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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