Html Css Color HEX #DB78DD Orchid

📋 copy color: '#DB78DD'

red 219 ◦ green 120 ◦ blue 221

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

Shades of Orchid #DB78DD

Tints of Orchid #DB78DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.43%

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 39.11%
G = 21.43%
B = 39.46%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB78DD (or 0xDB78DD) is known color: Orchid. HEX triplet: DB, 78 and DD. RGB value is (219,120,221). Sum of RGB (Red+Green+Blue) = 219+120+221=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB78DD is #248722. Grayscale: #A0A0A0. Windows color (decimal): -2393891 or 14514395. OLE color: 14514395.

HSL color Cylindrical-coordinate representation of color #DB78DD: hue angle of 298.81º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB78DD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 120 221 -
CMYK 0.01 0.46 0 0.13
HSL 298.81º 0.6% 0.67% -
HSV(B) 298.81º 0.46% 0.87% -
XYZ 48.98 33.71 72.33 -
YUV 161.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 219 120 221 0.01 0.46 0 0.13 298.81 0.6 0.67
Hex DB 78 DD 1 2E 0 D 12B 3C 43
Octal 333 170 335 1 56 0 15 453 74 103
Binary 11011011 1111000 11011101 1 101110 0 1101 100101011 111100 1000011

Color Harmonies of #DB78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB78DD

Black with #DB78DD

Text Example


Text Example

White with #DB78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB78DD; }

 p { color: rgb(219,120,221); }

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

background-color css

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

 a { background-color: rgb(219,120,221); }

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

border-color css

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

 span { border-color: rgb(219,120,221); }

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