Html Css Color HEX #DC86C8 Orchid

📋 copy color: '#DC86C8'

red 220 ◦ green 134 ◦ blue 200

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

Shades of Orchid #DC86C8

Tints of Orchid #DC86C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 39.71%
G = 24.19%
B = 36.1%

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

#DC86C8 (or 0xDC86C8) is known color: Orchid. HEX triplet: DC, 86 and C8. RGB value is (220,134,200). Sum of RGB (Red+Green+Blue) = 220+134+200=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86C8 is #237937. Grayscale: #A7A7A7. Windows color (decimal): -2324792 or 13141724. OLE color: 13141724.

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

Color convert

RGB 220 134 200 -
CMYK 0 0.39 0.09 0.14
HSL 313.95º 0.55% 0.69% -
HSV(B) 313.95º 0.39% 0.86% -
XYZ 48.47 36.44 59.12 -
YUV 167.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 220 134 200 0 0.39 0.09 0.14 313.95 0.55 0.69
Hex DC 86 C8 0 27 9 E 13A 37 45
Octal 334 206 310 0 47 11 16 472 67 105
Binary 11011100 10000110 11001000 0 100111 1001 1110 100111010 110111 1000101

Color Harmonies of #DC86C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86C8

Black with #DC86C8

Text Example


Text Example

White with #DC86C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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