Html Css Color HEX #DB88CC Orchid

📋 copy color: '#DB88CC'

red 219 ◦ green 136 ◦ blue 204

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

Shades of Orchid #DB88CC

Tints of Orchid #DB88CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 39.18%
G = 24.33%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB88CC (or 0xDB88CC) is known color: Orchid. HEX triplet: DB, 88 and CC. RGB value is (219,136,204). Sum of RGB (Red+Green+Blue) = 219+136+204=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88CC is #247733. Grayscale: #A8A8A8. Windows color (decimal): -2389812 or 13404379. OLE color: 13404379.

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

Color convert

RGB 219 136 204 -
CMYK 0 0.38 0.07 0.14
HSL 310.84º 0.54% 0.7% -
HSV(B) 310.84º 0.38% 0.86% -
XYZ 48.92 37.03 61.7 -
YUV 168.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 219 136 204 0 0.38 0.07 0.14 310.84 0.54 0.7
Hex DB 88 CC 0 26 7 E 137 36 46
Octal 333 210 314 0 46 7 16 467 66 106
Binary 11011011 10001000 11001100 0 100110 111 1110 100110111 110110 1000110

Color Harmonies of #DB88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88CC

Black with #DB88CC

Text Example


Text Example

White with #DB88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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