Html Css Color HEX #DC89CE Orchid

📋 copy color: '#DC89CE'

red 220 ◦ green 137 ◦ blue 206

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

Shades of Orchid #DC89CE

Tints of Orchid #DC89CE

RGB

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

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

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

R = 39.08%
G = 24.33%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC89CE (or 0xDC89CE) is known color: Orchid. HEX triplet: DC, 89 and CE. RGB value is (220,137,206). Sum of RGB (Red+Green+Blue) = 220+137+206=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC89CE is #237631. Grayscale: #A9A9A9. Windows color (decimal): -2324018 or 13535708. OLE color: 13535708.

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

Color convert

RGB 220 137 206 -
CMYK 0 0.38 0.06 0.14
HSL 310.12º 0.54% 0.7% -
HSV(B) 310.12º 0.38% 0.86% -
XYZ 49.6 37.56 63.03 -
YUV 169.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 220 137 206 0 0.38 0.06 0.14 310.12 0.54 0.7
Hex DC 89 CE 0 26 6 E 136 36 46
Octal 334 211 316 0 46 6 16 466 66 106
Binary 11011100 10001001 11001110 0 100110 110 1110 100110110 110110 1000110

Color Harmonies of #DC89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC89CE

Black with #DC89CE

Text Example


Text Example

White with #DC89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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