Html Css Color HEX #DC86D9 Orchid

📋 copy color: '#DC86D9'

red 220 ◦ green 134 ◦ blue 217

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

Shades of Orchid #DC86D9

Tints of Orchid #DC86D9

RGB

 RED value IS 220 (86.33% from 255) = 38.53%

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

 BLUE value IS 217 (85.16% from 255) = 38%

R = 38.53%
G = 23.47%
B = 38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC86D9 (or 0xDC86D9) is known color: Orchid. HEX triplet: DC, 86 and D9. RGB value is (220,134,217). Sum of RGB (Red+Green+Blue) = 220+134+217=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86D9 is #237926. Grayscale: #A8A8A8. Windows color (decimal): -2324775 or 14255836. OLE color: 14255836.

HSL color Cylindrical-coordinate representation of color #DC86D9: hue angle of 302.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86D9 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 217 -
CMYK 0 0.39 0.01 0.14
HSL 302.09º 0.55% 0.69% -
HSV(B) 302.09º 0.39% 0.86% -
XYZ 50.56 37.28 70.18 -
YUV 169.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 220 134 217 0 0.39 0.01 0.14 302.09 0.55 0.69
Hex DC 86 D9 0 27 1 E 12E 37 45
Octal 334 206 331 0 47 1 16 456 67 105
Binary 11011100 10000110 11011001 0 100111 1 1110 100101110 110111 1000101

Color Harmonies of #DC86D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86D9

Black with #DC86D9

Text Example


Text Example

White with #DC86D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86D9; }

 p { color: rgb(220,134,217); }

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

background-color css

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

 a { background-color: rgb(220,134,217); }

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

border-color css

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

 span { border-color: rgb(220,134,217); }

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