Html Css Color HEX #DC89D3 Orchid

📋 copy color: '#DC89D3'

red 220 ◦ green 137 ◦ blue 211

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

Shades of Orchid #DC89D3

Tints of Orchid #DC89D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.15%

R = 38.73%
G = 24.12%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC89D3 (or 0xDC89D3) is known color: Orchid. HEX triplet: DC, 89 and D3. RGB value is (220,137,211). Sum of RGB (Red+Green+Blue) = 220+137+211=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89D3 is #23762C. Grayscale: #AAAAAA. Windows color (decimal): -2324013 or 13863388. OLE color: 13863388.

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

Color convert

RGB 220 137 211 -
CMYK 0 0.38 0.04 0.14
HSL 306.51º 0.54% 0.7% -
HSV(B) 306.51º 0.38% 0.86% -
XYZ 50.22 37.81 66.28 -
YUV 170.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 220 137 211 0 0.38 0.04 0.14 306.51 0.54 0.7
Hex DC 89 D3 0 26 4 E 133 36 46
Octal 334 211 323 0 46 4 16 463 66 106
Binary 11011100 10001001 11010011 0 100110 100 1110 100110011 110110 1000110

Color Harmonies of #DC89D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC89D3

Black with #DC89D3

Text Example


Text Example

White with #DC89D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC89D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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