Html Css Color HEX #DC86D3 Orchid

📋 copy color: '#DC86D3'

red 220 ◦ green 134 ◦ blue 211

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

Shades of Orchid #DC86D3

Tints of Orchid #DC86D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 38.94%
G = 23.72%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC86D3 (or 0xDC86D3) is known color: Orchid. HEX triplet: DC, 86 and D3. RGB value is (220,134,211). Sum of RGB (Red+Green+Blue) = 220+134+211=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC86D3 is #23792C. Grayscale: #A8A8A8. Windows color (decimal): -2324781 or 13862620. OLE color: 13862620.

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

Color convert

RGB 220 134 211 -
CMYK 0 0.39 0.04 0.14
HSL 306.28º 0.55% 0.69% -
HSV(B) 306.28º 0.39% 0.86% -
XYZ 49.8 36.97 66.14 -
YUV 168.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 220 134 211 0 0.39 0.04 0.14 306.28 0.55 0.69
Hex DC 86 D3 0 27 4 E 132 37 45
Octal 334 206 323 0 47 4 16 462 67 105
Binary 11011100 10000110 11010011 0 100111 100 1110 100110010 110111 1000101

Color Harmonies of #DC86D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86D3

Black with #DC86D3

Text Example


Text Example

White with #DC86D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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