Html Css Color HEX #DA77E6 Orchid

📋 copy color: '#DA77E6'

red 218 ◦ green 119 ◦ blue 230

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

Shades of Orchid #DA77E6

Tints of Orchid #DA77E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 38.45%
G = 20.99%
B = 40.56%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DA77E6 (or 0xDA77E6) is known color: Orchid. HEX triplet: DA, 77 and E6. RGB value is (218,119,230). Sum of RGB (Red+Green+Blue) = 218+119+230=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA77E6 is #258819. Grayscale: #A0A0A0. Windows color (decimal): -2459674 or 15103962. OLE color: 15103962.

HSL color Cylindrical-coordinate representation of color #DA77E6: hue angle of 293.51º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA77E6 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 119 230 -
CMYK 0.05 0.48 0 0.10
HSL 293.51º 0.69% 0.68% -
HSV(B) 293.51º 0.48% 0.9% -
XYZ 49.79 33.81 78.76 -
YUV 161.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 218 119 230 0.05 0.48 0 0.10 293.51 0.69 0.68
Hex DA 77 E6 5 30 0 A 126 45 44
Octal 332 167 346 5 60 0 12 446 105 104
Binary 11011010 1110111 11100110 101 110000 0 1010 100100110 1000101 1000100

Color Harmonies of #DA77E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77E6

Black with #DA77E6

Text Example


Text Example

White with #DA77E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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