Html Css Color HEX #DC87D8 Orchid

📋 copy color: '#DC87D8'

red 220 ◦ green 135 ◦ blue 216

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

Shades of Orchid #DC87D8

Tints of Orchid #DC87D8

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.64%

 BLUE value IS 216 (84.77% from 255) = 37.83%

R = 38.53%
G = 23.64%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC87D8 (or 0xDC87D8) is known color: Orchid. HEX triplet: DC, 87 and D8. RGB value is (220,135,216). Sum of RGB (Red+Green+Blue) = 220+135+216=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D8 is #237827. Grayscale: #A9A9A9. Windows color (decimal): -2324520 or 14190556. OLE color: 14190556.

HSL color Cylindrical-coordinate representation of color #DC87D8: hue angle of 302.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87D8 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 135 216 -
CMYK 0 0.39 0.02 0.14
HSL 302.82º 0.55% 0.7% -
HSV(B) 302.82º 0.39% 0.86% -
XYZ 50.57 37.5 69.54 -
YUV 169.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 220 135 216 0 0.39 0.02 0.14 302.82 0.55 0.7
Hex DC 87 D8 0 27 2 E 12F 37 46
Octal 334 207 330 0 47 2 16 457 67 106
Binary 11011100 10000111 11011000 0 100111 10 1110 100101111 110111 1000110

Color Harmonies of #DC87D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87D8

Black with #DC87D8

Text Example


Text Example

White with #DC87D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87D8; }

 p { color: rgb(220,135,216); }

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

background-color css

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

 a { background-color: rgb(220,135,216); }

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

border-color css

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

 span { border-color: rgb(220,135,216); }

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