Html Css Color HEX #DC86DA Orchid

📋 copy color: '#DC86DA'

red 220 ◦ green 134 ◦ blue 218

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

Shades of Orchid #DC86DA

Tints of Orchid #DC86DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 38.46%
G = 23.43%
B = 38.11%

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

#DC86DA (or 0xDC86DA) is known color: Orchid. HEX triplet: DC, 86 and DA. RGB value is (220,134,218). Sum of RGB (Red+Green+Blue) = 220+134+218=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86DA is #237925. Grayscale: #A9A9A9. Windows color (decimal): -2324774 or 14321372. OLE color: 14321372.

HSL color Cylindrical-coordinate representation of color #DC86DA: hue angle of 301.4º 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 #DC86DA is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 134 218 -
CMYK 0 0.39 0.01 0.14
HSL 301.4º 0.55% 0.69% -
HSV(B) 301.4º 0.39% 0.86% -
XYZ 50.7 37.33 70.86 -
YUV 169.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 220 134 218 0 0.39 0.01 0.14 301.4 0.55 0.69
Hex DC 86 DA 0 27 1 E 12D 37 45
Octal 334 206 332 0 47 1 16 455 67 105
Binary 11011100 10000110 11011010 0 100111 1 1110 100101101 110111 1000101

Color Harmonies of #DC86DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86DA

Black with #DC86DA

Text Example


Text Example

White with #DC86DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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