Html Css Color HEX #DA76DB Orchid

📋 copy color: '#DA76DB'

red 218 ◦ green 118 ◦ blue 219

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

Shades of Orchid #DA76DB

Tints of Orchid #DA76DB

RGB

 RED value IS 218 (85.55% from 255) = 39.28%

 GREEN value IS 118 (46.48% from 255) = 21.26%

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

R = 39.28%
G = 21.26%
B = 39.46%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA76DB (or 0xDA76DB) is known color: Orchid. HEX triplet: DA, 76 and DB. RGB value is (218,118,219). Sum of RGB (Red+Green+Blue) = 218+118+219=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76DB is #258924. Grayscale: #9F9F9F. Windows color (decimal): -2459941 or 14382810. OLE color: 14382810.

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

Color convert

RGB 218 118 219 -
CMYK 0.00 0.46 0 0.14
HSL 299.41º 0.58% 0.66% -
HSV(B) 299.41º 0.46% 0.86% -
XYZ 48.18 32.98 70.84 -
YUV 159.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 218 118 219 0.00 0.46 0 0.14 299.41 0.58 0.66
Hex DA 76 DB 0 2E 0 E 12B 3A 42
Octal 332 166 333 0 56 0 16 453 72 102
Binary 11011010 1110110 11011011 0 101110 0 1110 100101011 111010 1000010

Color Harmonies of #DA76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76DB

Black with #DA76DB

Text Example


Text Example

White with #DA76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76DB; }

 p { color: rgb(218,118,219); }

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

background-color css

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

 a { background-color: rgb(218,118,219); }

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

border-color css

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

 span { border-color: rgb(218,118,219); }

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