Html Css Color HEX #DB79CB Orchid

📋 copy color: '#DB79CB'

red 219 ◦ green 121 ◦ blue 203

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

Shades of Orchid #DB79CB

Tints of Orchid #DB79CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.28%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 40.33%
G = 22.28%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB79CB (or 0xDB79CB) is known color: Orchid. HEX triplet: DB, 79 and CB. RGB value is (219,121,203). Sum of RGB (Red+Green+Blue) = 219+121+203=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB79CB is #248634. Grayscale: #9F9F9F. Windows color (decimal): -2393653 or 13335003. OLE color: 13335003.

HSL color Cylindrical-coordinate representation of color #DB79CB: hue angle of 309.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB79CB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 203 -
CMYK 0 0.45 0.07 0.14
HSL 309.8º 0.58% 0.67% -
HSV(B) 309.8º 0.45% 0.86% -
XYZ 46.83 33.05 60.41 -
YUV 159.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 219 121 203 0 0.45 0.07 0.14 309.8 0.58 0.67
Hex DB 79 CB 0 2D 7 E 136 3A 43
Octal 333 171 313 0 55 7 16 466 72 103
Binary 11011011 1111001 11001011 0 101101 111 1110 100110110 111010 1000011

Color Harmonies of #DB79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB79CB

Black with #DB79CB

Text Example


Text Example

White with #DB79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB79CB; }

 p { color: rgb(219,121,203); }

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

background-color css

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

 a { background-color: rgb(219,121,203); }

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

border-color css

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

 span { border-color: rgb(219,121,203); }

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