Html Css Color HEX #D864D0 Orchid

📋 copy color: '#D864D0'

red 216 ◦ green 100 ◦ blue 208

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

Shades of Orchid #D864D0

Tints of Orchid #D864D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 41.22%
G = 19.08%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D864D0 (or 0xD864D0) is known color: Orchid. HEX triplet: D8, 64 and D0. RGB value is (216,100,208). Sum of RGB (Red+Green+Blue) = 216+100+208=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D864D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864D0 is #279B2F. Grayscale: #929292. Windows color (decimal): -2595632 or 13657304. OLE color: 13657304.

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

Color convert

RGB 216 100 208 -
CMYK 0 0.54 0.04 0.15
HSL 304.14º 0.6% 0.62% -
HSV(B) 304.14º 0.54% 0.85% -
XYZ 44.26 28.27 62.8 -
YUV 147 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 216 100 208 0 0.54 0.04 0.15 304.14 0.6 0.62
Hex D8 64 D0 0 36 4 F 130 3C 3E
Octal 330 144 320 0 66 4 17 460 74 76
Binary 11011000 1100100 11010000 0 110110 100 1111 100110000 111100 111110

Color Harmonies of #D864D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864D0

Black with #D864D0

Text Example


Text Example

White with #D864D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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