Html Css Color HEX #DF86D7 Orchid

📋 copy color: '#DF86D7'

red 223 ◦ green 134 ◦ blue 215

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

Shades of Orchid #DF86D7

Tints of Orchid #DF86D7

RGB

 RED value IS 223 (87.5% from 255) = 38.99%

 GREEN value IS 134 (52.73% from 255) = 23.43%

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 38.99%
G = 23.43%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF86D7 (or 0xDF86D7) is known color: Orchid. HEX triplet: DF, 86 and D7. RGB value is (223,134,215). Sum of RGB (Red+Green+Blue) = 223+134+215=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86D7 is #207928. Grayscale: #A9A9A9. Windows color (decimal): -2128169 or 14124767. OLE color: 14124767.

HSL color Cylindrical-coordinate representation of color #DF86D7: hue angle of 305.39º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF86D7 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 215 -
CMYK 0 0.40 0.04 0.13
HSL 305.39º 0.58% 0.7% -
HSV(B) 305.39º 0.4% 0.87% -
XYZ 51.22 37.64 68.86 -
YUV 169.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 223 134 215 0 0.40 0.04 0.13 305.39 0.58 0.7
Hex DF 86 D7 0 28 4 D 131 3A 46
Octal 337 206 327 0 50 4 15 461 72 106
Binary 11011111 10000110 11010111 0 101000 100 1101 100110001 111010 1000110

Color Harmonies of #DF86D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF86D7

Black with #DF86D7

Text Example


Text Example

White with #DF86D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF86D7; }

 p { color: rgb(223,134,215); }

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

background-color css

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

 a { background-color: rgb(223,134,215); }

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

border-color css

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

 span { border-color: rgb(223,134,215); }

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