Html Css Color HEX #DF86CD Orchid

📋 copy color: '#DF86CD'

red 223 ◦ green 134 ◦ blue 205

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

Shades of Orchid #DF86CD

Tints of Orchid #DF86CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 39.68%
G = 23.84%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF86CD (or 0xDF86CD) is known color: Orchid. HEX triplet: DF, 86 and CD. RGB value is (223,134,205). Sum of RGB (Red+Green+Blue) = 223+134+205=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DF86CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF86CD is #207932. Grayscale: #A8A8A8. Windows color (decimal): -2128179 or 13469407. OLE color: 13469407.

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

Color convert

RGB 223 134 205 -
CMYK 0 0.40 0.08 0.13
HSL 312.13º 0.58% 0.7% -
HSV(B) 312.13º 0.4% 0.87% -
XYZ 49.98 37.15 62.29 -
YUV 168.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 223 134 205 0 0.40 0.08 0.13 312.13 0.58 0.7
Hex DF 86 CD 0 28 8 D 138 3A 46
Octal 337 206 315 0 50 10 15 470 72 106
Binary 11011111 10000110 11001101 0 101000 1000 1101 100111000 111010 1000110

Color Harmonies of #DF86CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF86CD

Black with #DF86CD

Text Example


Text Example

White with #DF86CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF86CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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