Html Css Color HEX #DB80CF Orchid

📋 copy color: '#DB80CF'

red 219 ◦ green 128 ◦ blue 207

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

Shades of Orchid #DB80CF

Tints of Orchid #DB80CF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.1%

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 39.53%
G = 23.1%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB80CF (or 0xDB80CF) is known color: Orchid. HEX triplet: DB, 80 and CF. RGB value is (219,128,207). Sum of RGB (Red+Green+Blue) = 219+128+207=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB80CF is #247F30. Grayscale: #A3A3A3. Windows color (decimal): -2391857 or 13598939. OLE color: 13598939.

HSL color Cylindrical-coordinate representation of color #DB80CF: hue angle of 307.91º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB80CF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 128 207 -
CMYK 0 0.42 0.05 0.14
HSL 307.91º 0.56% 0.68% -
HSV(B) 307.91º 0.42% 0.86% -
XYZ 48.2 35 63.25 -
YUV 164.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 219 128 207 0 0.42 0.05 0.14 307.91 0.56 0.68
Hex DB 80 CF 0 2A 5 E 134 38 44
Octal 333 200 317 0 52 5 16 464 70 104
Binary 11011011 10000000 11001111 0 101010 101 1110 100110100 111000 1000100

Color Harmonies of #DB80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80CF

Black with #DB80CF

Text Example


Text Example

White with #DB80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80CF; }

 p { color: rgb(219,128,207); }

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

background-color css

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

 a { background-color: rgb(219,128,207); }

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

border-color css

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

 span { border-color: rgb(219,128,207); }

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