Html Css Color HEX #DB89CD Orchid

📋 copy color: '#DB89CD'

red 219 ◦ green 137 ◦ blue 205

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

Shades of Orchid #DB89CD

Tints of Orchid #DB89CD

RGB

 RED value IS 219 (85.94% from 255) = 39.04%

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

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 39.04%
G = 24.42%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB89CD (or 0xDB89CD) is known color: Orchid. HEX triplet: DB, 89 and CD. RGB value is (219,137,205). Sum of RGB (Red+Green+Blue) = 219+137+205=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89CD is #247632. Grayscale: #A9A9A9. Windows color (decimal): -2389555 or 13470171. OLE color: 13470171.

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

Color convert

RGB 219 137 205 -
CMYK 0 0.37 0.06 0.14
HSL 310.24º 0.53% 0.7% -
HSV(B) 310.24º 0.37% 0.86% -
XYZ 49.18 37.36 62.38 -
YUV 169.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 219 137 205 0 0.37 0.06 0.14 310.24 0.53 0.7
Hex DB 89 CD 0 25 6 E 136 35 46
Octal 333 211 315 0 45 6 16 466 65 106
Binary 11011011 10001001 11001101 0 100101 110 1110 100110110 110101 1000110

Color Harmonies of #DB89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB89CD

Black with #DB89CD

Text Example


Text Example

White with #DB89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB89CD; }

 p { color: rgb(219,137,205); }

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

background-color css

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

 a { background-color: rgb(219,137,205); }

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

border-color css

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

 span { border-color: rgb(219,137,205); }

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