Html Css Color HEX #DC87D5 Orchid

📋 copy color: '#DC87D5'

red 220 ◦ green 135 ◦ blue 213

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

Shades of Orchid #DC87D5

Tints of Orchid #DC87D5

RGB

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

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

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

R = 38.73%
G = 23.77%
B = 37.5%

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

#DC87D5 (or 0xDC87D5) is known color: Orchid. HEX triplet: DC, 87 and D5. RGB value is (220,135,213). Sum of RGB (Red+Green+Blue) = 220+135+213=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D5 is #23782A. Grayscale: #A9A9A9. Windows color (decimal): -2324523 or 13993948. OLE color: 13993948.

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

Color convert

RGB 220 135 213 -
CMYK 0 0.39 0.03 0.14
HSL 304.94º 0.55% 0.7% -
HSV(B) 304.94º 0.39% 0.86% -
XYZ 50.19 37.35 67.51 -
YUV 169.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 220 135 213 0 0.39 0.03 0.14 304.94 0.55 0.7
Hex DC 87 D5 0 27 3 E 131 37 46
Octal 334 207 325 0 47 3 16 461 67 106
Binary 11011100 10000111 11010101 0 100111 11 1110 100110001 110111 1000110

Color Harmonies of #DC87D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87D5

Black with #DC87D5

Text Example


Text Example

White with #DC87D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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