Html Css Color HEX #DC87DC Orchid

📋 copy color: '#DC87DC'

red 220 ◦ green 135 ◦ blue 220

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

Shades of Orchid #DC87DC

Tints of Orchid #DC87DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 38.26%
G = 23.48%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC87DC (or 0xDC87DC) is known color: Orchid. HEX triplet: DC, 87 and DC. RGB value is (220,135,220). Sum of RGB (Red+Green+Blue) = 220+135+220=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC87DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87DC is #237823. Grayscale: #A9A9A9. Windows color (decimal): -2324516 or 14452700. OLE color: 14452700.

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

Color convert

RGB 220 135 220 -
CMYK 0 0.39 0 0.14
HSL 300º 0.55% 0.7% -
HSV(B) 300º 0.39% 0.86% -
XYZ 51.1 37.71 72.3 -
YUV 170.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 220 135 220 0 0.39 0 0.14 300 0.55 0.7
Hex DC 87 DC 0 27 0 E 12C 37 46
Octal 334 207 334 0 47 0 16 454 67 106
Binary 11011100 10000111 11011100 0 100111 0 1110 100101100 110111 1000110

Color Harmonies of #DC87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87DC

Black with #DC87DC

Text Example


Text Example

White with #DC87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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