Html Css Color HEX #DC86DC Orchid

📋 copy color: '#DC86DC'

red 220 ◦ green 134 ◦ blue 220

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

Shades of Orchid #DC86DC

Tints of Orchid #DC86DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 38.33%
G = 23.34%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC86DC (or 0xDC86DC) is known color: Orchid. HEX triplet: DC, 86 and DC. RGB value is (220,134,220). Sum of RGB (Red+Green+Blue) = 220+134+220=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86DC is #237923. Grayscale: #A9A9A9. Windows color (decimal): -2324772 or 14452444. OLE color: 14452444.

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

Color convert

RGB 220 134 220 -
CMYK 0 0.39 0 0.14
HSL 300º 0.55% 0.69% -
HSV(B) 300º 0.39% 0.86% -
XYZ 50.96 37.43 72.25 -
YUV 169.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 220 134 220 0 0.39 0 0.14 300 0.55 0.69
Hex DC 86 DC 0 27 0 E 12C 37 45
Octal 334 206 334 0 47 0 16 454 67 105
Binary 11011100 10000110 11011100 0 100111 0 1110 100101100 110111 1000101

Color Harmonies of #DC86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86DC

Black with #DC86DC

Text Example


Text Example

White with #DC86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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