Html Css Color HEX #DC89D0 Orchid

📋 copy color: '#DC89D0'

red 220 ◦ green 137 ◦ blue 208

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

Shades of Orchid #DC89D0

Tints of Orchid #DC89D0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.25%

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 38.94%
G = 24.25%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC89D0 (or 0xDC89D0) is known color: Orchid. HEX triplet: DC, 89 and D0. RGB value is (220,137,208). Sum of RGB (Red+Green+Blue) = 220+137+208=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D0 is #23762F. Grayscale: #A9A9A9. Windows color (decimal): -2324016 or 13666780. OLE color: 13666780.

HSL color Cylindrical-coordinate representation of color #DC89D0: hue angle of 308.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89D0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 208 -
CMYK 0 0.38 0.05 0.14
HSL 308.67º 0.54% 0.7% -
HSV(B) 308.67º 0.38% 0.86% -
XYZ 49.85 37.66 64.32 -
YUV 169.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 220 137 208 0 0.38 0.05 0.14 308.67 0.54 0.7
Hex DC 89 D0 0 26 5 E 135 36 46
Octal 334 211 320 0 46 5 16 465 66 106
Binary 11011100 10001001 11010000 0 100110 101 1110 100110101 110110 1000110

Color Harmonies of #DC89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC89D0

Black with #DC89D0

Text Example


Text Example

White with #DC89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC89D0; }

 p { color: rgb(220,137,208); }

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

background-color css

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

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

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

border-color css

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

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

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