Html Css Color HEX #DC86D0 Orchid

📋 copy color: '#DC86D0'

red 220 ◦ green 134 ◦ blue 208

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

Shades of Orchid #DC86D0

Tints of Orchid #DC86D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.01%

R = 39.15%
G = 23.84%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC86D0 (or 0xDC86D0) is known color: Orchid. HEX triplet: DC, 86 and D0. RGB value is (220,134,208). Sum of RGB (Red+Green+Blue) = 220+134+208=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86D0 is #23792F. Grayscale: #A7A7A7. Windows color (decimal): -2324784 or 13666012. OLE color: 13666012.

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

Color convert

RGB 220 134 208 -
CMYK 0 0.39 0.05 0.14
HSL 308.37º 0.55% 0.69% -
HSV(B) 308.37º 0.39% 0.86% -
XYZ 49.43 36.82 64.18 -
YUV 168.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 220 134 208 0 0.39 0.05 0.14 308.37 0.55 0.69
Hex DC 86 D0 0 27 5 E 134 37 45
Octal 334 206 320 0 47 5 16 464 67 105
Binary 11011100 10000110 11010000 0 100111 101 1110 100110100 110111 1000101

Color Harmonies of #DC86D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86D0

Black with #DC86D0

Text Example


Text Example

White with #DC86D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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