Html Css Color HEX #DC86D5 Orchid

📋 copy color: '#DC86D5'

red 220 ◦ green 134 ◦ blue 213

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

Shades of Orchid #DC86D5

Tints of Orchid #DC86D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.57%

R = 38.8%
G = 23.63%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC86D5 (or 0xDC86D5) is known color: Orchid. HEX triplet: DC, 86 and D5. RGB value is (220,134,213). Sum of RGB (Red+Green+Blue) = 220+134+213=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86D5 is #23792A. Grayscale: #A8A8A8. Windows color (decimal): -2324779 or 13993692. OLE color: 13993692.

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

Color convert

RGB 220 134 213 -
CMYK 0 0.39 0.03 0.14
HSL 304.88º 0.55% 0.69% -
HSV(B) 304.88º 0.39% 0.86% -
XYZ 50.05 37.07 67.47 -
YUV 168.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 220 134 213 0 0.39 0.03 0.14 304.88 0.55 0.69
Hex DC 86 D5 0 27 3 E 131 37 45
Octal 334 206 325 0 47 3 16 461 67 105
Binary 11011100 10000110 11010101 0 100111 11 1110 100110001 110111 1000101

Color Harmonies of #DC86D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86D5

Black with #DC86D5

Text Example


Text Example

White with #DC86D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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