Html Css Color HEX #DA77DC Orchid

📋 copy color: '#DA77DC'

red 218 ◦ green 119 ◦ blue 220

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

Shades of Orchid #DA77DC

Tints of Orchid #DA77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.36%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 39.14%
G = 21.36%
B = 39.5%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA77DC (or 0xDA77DC) is known color: Orchid. HEX triplet: DA, 77 and DC. RGB value is (218,119,220). Sum of RGB (Red+Green+Blue) = 218+119+220=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77DC is #258823. Grayscale: #9F9F9F. Windows color (decimal): -2459684 or 14448602. OLE color: 14448602.

HSL color Cylindrical-coordinate representation of color #DA77DC: hue angle of 298.81º degrees, saturation: 0.59, 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 #DA77DC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 119 220 -
CMYK 0.01 0.46 0 0.14
HSL 298.81º 0.59% 0.66% -
HSV(B) 298.81º 0.46% 0.86% -
XYZ 48.43 33.27 71.58 -
YUV 160.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 218 119 220 0.01 0.46 0 0.14 298.81 0.59 0.66
Hex DA 77 DC 1 2E 0 E 12B 3B 42
Octal 332 167 334 1 56 0 16 453 73 102
Binary 11011010 1110111 11011100 1 101110 0 1110 100101011 111011 1000010

Color Harmonies of #DA77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77DC

Black with #DA77DC

Text Example


Text Example

White with #DA77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77DC; }

 p { color: rgb(218,119,220); }

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

background-color css

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

 a { background-color: rgb(218,119,220); }

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

border-color css

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

 span { border-color: rgb(218,119,220); }

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