Html Css Color HEX #DC86C6 Orchid

📋 copy color: '#DC86C6'

red 220 ◦ green 134 ◦ blue 198

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

Shades of Orchid #DC86C6

Tints of Orchid #DC86C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.87%

R = 39.86%
G = 24.28%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC86C6 (or 0xDC86C6) is known color: Orchid. HEX triplet: DC, 86 and C6. RGB value is (220,134,198). Sum of RGB (Red+Green+Blue) = 220+134+198=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86C6 is #237939. Grayscale: #A6A6A6. Windows color (decimal): -2324794 or 13010652. OLE color: 13010652.

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

Color convert

RGB 220 134 198 -
CMYK 0 0.39 0.1 0.14
HSL 315.35º 0.55% 0.69% -
HSV(B) 315.35º 0.39% 0.86% -
XYZ 48.23 36.34 57.9 -
YUV 167.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 220 134 198 0 0.39 0.1 0.14 315.35 0.55 0.69
Hex DC 86 C6 0 27 A E 13B 37 45
Octal 334 206 306 0 47 12 16 473 67 105
Binary 11011100 10000110 11000110 0 100111 1010 1110 100111011 110111 1000101

Color Harmonies of #DC86C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86C6

Black with #DC86C6

Text Example


Text Example

White with #DC86C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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