Html Css Color HEX #DB88CD Orchid

📋 copy color: '#DB88CD'

red 219 ◦ green 136 ◦ blue 205

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

Shades of Orchid #DB88CD

Tints of Orchid #DB88CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.29%

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

R = 39.11%
G = 24.29%
B = 36.61%

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

#DB88CD (or 0xDB88CD) is known color: Orchid. HEX triplet: DB, 88 and CD. RGB value is (219,136,205). Sum of RGB (Red+Green+Blue) = 219+136+205=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88CD is #247732. Grayscale: #A8A8A8. Windows color (decimal): -2389811 or 13469915. OLE color: 13469915.

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

Color convert

RGB 219 136 205 -
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.04 37.08 62.33 -
YUV 168.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 219 136 205 0 0.38 0.06 0.14 310.12 0.54 0.7
Hex DB 88 CD 0 26 6 E 136 36 46
Octal 333 210 315 0 46 6 16 466 66 106
Binary 11011011 10001000 11001101 0 100110 110 1110 100110110 110110 1000110

Color Harmonies of #DB88CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88CD

Black with #DB88CD

Text Example


Text Example

White with #DB88CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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