Html Css Color HEX #D868D1 Orchid

📋 copy color: '#D868D1'

red 216 ◦ green 104 ◦ blue 209

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

Shades of Orchid #D868D1

Tints of Orchid #D868D1

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.66%

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 40.83%
G = 19.66%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D868D1 (or 0xD868D1) is known color: Orchid. HEX triplet: D8, 68 and D1. RGB value is (216,104,209). Sum of RGB (Red+Green+Blue) = 216+104+209=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D868D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868D1 is #27972E. Grayscale: #959595. Windows color (decimal): -2594607 or 13723864. OLE color: 13723864.

HSL color Cylindrical-coordinate representation of color #D868D1: hue angle of 303.75º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D868D1 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 209 -
CMYK 0 0.52 0.03 0.15
HSL 303.75º 0.59% 0.63% -
HSV(B) 303.75º 0.52% 0.85% -
XYZ 44.78 29.1 63.58 -
YUV 149.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 216 104 209 0 0.52 0.03 0.15 303.75 0.59 0.63
Hex D8 68 D1 0 34 3 F 130 3B 3F
Octal 330 150 321 0 64 3 17 460 73 77
Binary 11011000 1101000 11010001 0 110100 11 1111 100110000 111011 111111

Color Harmonies of #D868D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868D1

Black with #D868D1

Text Example


Text Example

White with #D868D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868D1; }

 p { color: rgb(216,104,209); }

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

background-color css

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

 a { background-color: rgb(216,104,209); }

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

border-color css

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

 span { border-color: rgb(216,104,209); }

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