Html Css Color HEX #DC86C9 Orchid

📋 copy color: '#DC86C9'

red 220 ◦ green 134 ◦ blue 201

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

Shades of Orchid #DC86C9

Tints of Orchid #DC86C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.22%

R = 39.64%
G = 24.14%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC86C9 (or 0xDC86C9) is known color: Orchid. HEX triplet: DC, 86 and C9. RGB value is (220,134,201). Sum of RGB (Red+Green+Blue) = 220+134+201=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86C9 is #237936. Grayscale: #A7A7A7. Windows color (decimal): -2324791 or 13207260. OLE color: 13207260.

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

Color convert

RGB 220 134 201 -
CMYK 0 0.39 0.09 0.14
HSL 313.26º 0.55% 0.69% -
HSV(B) 313.26º 0.39% 0.86% -
XYZ 48.58 36.48 59.74 -
YUV 167.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 220 134 201 0 0.39 0.09 0.14 313.26 0.55 0.69
Hex DC 86 C9 0 27 9 E 139 37 45
Octal 334 206 311 0 47 11 16 471 67 105
Binary 11011100 10000110 11001001 0 100111 1001 1110 100111001 110111 1000101

Color Harmonies of #DC86C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86C9

Black with #DC86C9

Text Example


Text Example

White with #DC86C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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