Html Css Color HEX #DB88C8 Orchid

📋 copy color: '#DB88C8'

red 219 ◦ green 136 ◦ blue 200

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

Shades of Orchid #DB88C8

Tints of Orchid #DB88C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.04%

R = 39.46%
G = 24.5%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB88C8 (or 0xDB88C8) is known color: Orchid. HEX triplet: DB, 88 and C8. RGB value is (219,136,200). Sum of RGB (Red+Green+Blue) = 219+136+200=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88C8 is #247737. Grayscale: #A7A7A7. Windows color (decimal): -2389816 or 13142235. OLE color: 13142235.

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

Color convert

RGB 219 136 200 -
CMYK 0 0.38 0.09 0.14
HSL 313.73º 0.54% 0.7% -
HSV(B) 313.73º 0.38% 0.86% -
XYZ 48.44 36.84 59.2 -
YUV 168.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 219 136 200 0 0.38 0.09 0.14 313.73 0.54 0.7
Hex DB 88 C8 0 26 9 E 13A 36 46
Octal 333 210 310 0 46 11 16 472 66 106
Binary 11011011 10001000 11001000 0 100110 1001 1110 100111010 110110 1000110

Color Harmonies of #DB88C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88C8

Black with #DB88C8

Text Example


Text Example

White with #DB88C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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