Html Css Color HEX #DA77DD Orchid

📋 copy color: '#DA77DD'

red 218 ◦ green 119 ◦ blue 221

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

Shades of Orchid #DA77DD

Tints of Orchid #DA77DD

RGB

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

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

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

R = 39.07%
G = 21.33%
B = 39.61%

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

#DA77DD (or 0xDA77DD) is known color: Orchid. HEX triplet: DA, 77 and DD. RGB value is (218,119,221). Sum of RGB (Red+Green+Blue) = 218+119+221=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77DD is #258822. Grayscale: #9F9F9F. Windows color (decimal): -2459683 or 14514138. OLE color: 14514138.

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

Color convert

RGB 218 119 221 -
CMYK 0.01 0.46 0 0.13
HSL 298.24º 0.6% 0.67% -
HSV(B) 298.24º 0.46% 0.87% -
XYZ 48.56 33.32 72.28 -
YUV 160.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 218 119 221 0.01 0.46 0 0.13 298.24 0.6 0.67
Hex DA 77 DD 1 2E 0 D 12A 3C 43
Octal 332 167 335 1 56 0 15 452 74 103
Binary 11011010 1110111 11011101 1 101110 0 1101 100101010 111100 1000011

Color Harmonies of #DA77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77DD

Black with #DA77DD

Text Example


Text Example

White with #DA77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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