Html Css Color HEX #DC87D2 Orchid

📋 copy color: '#DC87D2'

red 220 ◦ green 135 ◦ blue 210

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

Shades of Orchid #DC87D2

Tints of Orchid #DC87D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.17%

R = 38.94%
G = 23.89%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC87D2 (or 0xDC87D2) is known color: Orchid. HEX triplet: DC, 87 and D2. RGB value is (220,135,210). Sum of RGB (Red+Green+Blue) = 220+135+210=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC87D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC87D2 is #23782D. Grayscale: #A8A8A8. Windows color (decimal): -2324526 or 13797340. OLE color: 13797340.

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

Color convert

RGB 220 135 210 -
CMYK 0 0.39 0.05 0.14
HSL 307.06º 0.55% 0.7% -
HSV(B) 307.06º 0.39% 0.86% -
XYZ 49.81 37.2 65.53 -
YUV 168.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 220 135 210 0 0.39 0.05 0.14 307.06 0.55 0.7
Hex DC 87 D2 0 27 5 E 133 37 46
Octal 334 207 322 0 47 5 16 463 67 106
Binary 11011100 10000111 11010010 0 100111 101 1110 100110011 110111 1000110

Color Harmonies of #DC87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87D2

Black with #DC87D2

Text Example


Text Example

White with #DC87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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