Html Css Color HEX #D864DD Orchid

📋 copy color: '#D864DD'

red 216 ◦ green 100 ◦ blue 221

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

Shades of Orchid #D864DD

Tints of Orchid #D864DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 40.22%
G = 18.62%
B = 41.15%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D864DD (or 0xD864DD) is known color: Orchid. HEX triplet: D8, 64 and DD. RGB value is (216,100,221). Sum of RGB (Red+Green+Blue) = 216+100+221=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #D864DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864DD is #279B22. Grayscale: #949494. Windows color (decimal): -2595619 or 14509272. OLE color: 14509272.

HSL color Cylindrical-coordinate representation of color #D864DD: hue angle of 297.52º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D864DD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 100 221 -
CMYK 0.02 0.55 0 0.13
HSL 297.52º 0.64% 0.63% -
HSV(B) 297.52º 0.55% 0.87% -
XYZ 45.93 28.93 71.57 -
YUV 148.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 216 100 221 0.02 0.55 0 0.13 297.52 0.64 0.63
Hex D8 64 DD 2 37 0 D 12A 40 3F
Octal 330 144 335 2 67 0 15 452 100 77
Binary 11011000 1100100 11011101 10 110111 0 1101 100101010 1000000 111111

Color Harmonies of #D864DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864DD

Black with #D864DD

Text Example


Text Example

White with #D864DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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