Html Css Color HEX #DA77DE Orchid

📋 copy color: '#DA77DE'

red 218 ◦ green 119 ◦ blue 222

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

Shades of Orchid #DA77DE

Tints of Orchid #DA77DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 39%
G = 21.29%
B = 39.71%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA77DE (or 0xDA77DE) is known color: Orchid. HEX triplet: DA, 77 and DE. RGB value is (218,119,222). Sum of RGB (Red+Green+Blue) = 218+119+222=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77DE is #258821. Grayscale: #A0A0A0. Windows color (decimal): -2459682 or 14579674. OLE color: 14579674.

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

Color convert

RGB 218 119 222 -
CMYK 0.02 0.46 0 0.13
HSL 297.67º 0.61% 0.67% -
HSV(B) 297.67º 0.46% 0.87% -
XYZ 48.7 33.37 72.98 -
YUV 160.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 218 119 222 0.02 0.46 0 0.13 297.67 0.61 0.67
Hex DA 77 DE 2 2E 0 D 12A 3D 43
Octal 332 167 336 2 56 0 15 452 75 103
Binary 11011010 1110111 11011110 10 101110 0 1101 100101010 111101 1000011

Color Harmonies of #DA77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77DE

Black with #DA77DE

Text Example


Text Example

White with #DA77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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