Html Css Color HEX #DF86CF Orchid

📋 copy color: '#DF86CF'

red 223 ◦ green 134 ◦ blue 207

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

Shades of Orchid #DF86CF

Tints of Orchid #DF86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 39.54%
G = 23.76%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF86CF (or 0xDF86CF) is known color: Orchid. HEX triplet: DF, 86 and CF. RGB value is (223,134,207). Sum of RGB (Red+Green+Blue) = 223+134+207=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86CF is #207930. Grayscale: #A8A8A8. Windows color (decimal): -2128177 or 13600479. OLE color: 13600479.

HSL color Cylindrical-coordinate representation of color #DF86CF: hue angle of 310.79º 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 #DF86CF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 207 -
CMYK 0 0.40 0.07 0.13
HSL 310.79º 0.58% 0.7% -
HSV(B) 310.79º 0.4% 0.87% -
XYZ 50.22 37.24 63.57 -
YUV 168.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 223 134 207 0 0.40 0.07 0.13 310.79 0.58 0.7
Hex DF 86 CF 0 28 7 D 137 3A 46
Octal 337 206 317 0 50 7 15 467 72 106
Binary 11011111 10000110 11001111 0 101000 111 1101 100110111 111010 1000110

Color Harmonies of #DF86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF86CF

Black with #DF86CF

Text Example


Text Example

White with #DF86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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