Html Css Color HEX #DC87CE Orchid

📋 copy color: '#DC87CE'

red 220 ◦ green 135 ◦ blue 206

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

Shades of Orchid #DC87CE

Tints of Orchid #DC87CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 39.22%
G = 24.06%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC87CE (or 0xDC87CE) is known color: Orchid. HEX triplet: DC, 87 and CE. RGB value is (220,135,206). Sum of RGB (Red+Green+Blue) = 220+135+206=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87CE is #237831. Grayscale: #A8A8A8. Windows color (decimal): -2324530 or 13535196. OLE color: 13535196.

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

Color convert

RGB 220 135 206 -
CMYK 0 0.39 0.06 0.14
HSL 309.88º 0.55% 0.7% -
HSV(B) 309.88º 0.39% 0.86% -
XYZ 49.32 37 62.93 -
YUV 168.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 220 135 206 0 0.39 0.06 0.14 309.88 0.55 0.7
Hex DC 87 CE 0 27 6 E 136 37 46
Octal 334 207 316 0 47 6 16 466 67 106
Binary 11011100 10000111 11001110 0 100111 110 1110 100110110 110111 1000110

Color Harmonies of #DC87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87CE

Black with #DC87CE

Text Example


Text Example

White with #DC87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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