Html Css Color HEX #DC87DD Orchid

📋 copy color: '#DC87DD'

red 220 ◦ green 135 ◦ blue 221

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

Shades of Orchid #DC87DD

Tints of Orchid #DC87DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 38.19%
G = 23.44%
B = 38.37%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC87DD (or 0xDC87DD) is known color: Orchid. HEX triplet: DC, 87 and DD. RGB value is (220,135,221). Sum of RGB (Red+Green+Blue) = 220+135+221=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DD is #237822. Grayscale: #A9A9A9. Windows color (decimal): -2324515 or 14518236. OLE color: 14518236.

HSL color Cylindrical-coordinate representation of color #DC87DD: hue angle of 299.3º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC87DD is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 135 221 -
CMYK 0.00 0.39 0 0.13
HSL 299.3º 0.56% 0.7% -
HSV(B) 299.3º 0.39% 0.87% -
XYZ 51.23 37.76 73 -
YUV 170.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 220 135 221 0.00 0.39 0 0.13 299.3 0.56 0.7
Hex DC 87 DD 0 27 0 D 12B 38 46
Octal 334 207 335 0 47 0 15 453 70 106
Binary 11011100 10000111 11011101 0 100111 0 1101 100101011 111000 1000110

Color Harmonies of #DC87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87DD

Black with #DC87DD

Text Example


Text Example

White with #DC87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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