Html Css Color HEX #D869DF Orchid

📋 copy color: '#D869DF'

red 216 ◦ green 105 ◦ blue 223

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

Shades of Orchid #D869DF

Tints of Orchid #D869DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.3%

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 39.71%
G = 19.3%
B = 40.99%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D869DF (or 0xD869DF) is known color: Orchid. HEX triplet: D8, 69 and DF. RGB value is (216,105,223). Sum of RGB (Red+Green+Blue) = 216+105+223=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #D869DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869DF is #279620. Grayscale: #979797. Windows color (decimal): -2594337 or 14641624. OLE color: 14641624.

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

Color convert

RGB 216 105 223 -
CMYK 0.03 0.53 0 0.13
HSL 296.44º 0.65% 0.64% -
HSV(B) 296.44º 0.53% 0.87% -
XYZ 46.69 30.03 73.15 -
YUV 151.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 216 105 223 0.03 0.53 0 0.13 296.44 0.65 0.64
Hex D8 69 DF 3 35 0 D 128 41 40
Octal 330 151 337 3 65 0 15 450 101 100
Binary 11011000 1101001 11011111 11 110101 0 1101 100101000 1000001 1000000

Color Harmonies of #D869DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869DF

Black with #D869DF

Text Example


Text Example

White with #D869DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869DF; }

 p { color: rgb(216,105,223); }

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

background-color css

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

 a { background-color: rgb(216,105,223); }

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

border-color css

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

 span { border-color: rgb(216,105,223); }

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