Html Css Color HEX #DA77CE Orchid

📋 copy color: '#DA77CE'

red 218 ◦ green 119 ◦ blue 206

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

Shades of Orchid #DA77CE

Tints of Orchid #DA77CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 40.15%
G = 21.92%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA77CE (or 0xDA77CE) is known color: Orchid. HEX triplet: DA, 77 and CE. RGB value is (218,119,206). Sum of RGB (Red+Green+Blue) = 218+119+206=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77CE is #258831. Grayscale: #9E9E9E. Windows color (decimal): -2459698 or 13531098. OLE color: 13531098.

HSL color Cylindrical-coordinate representation of color #DA77CE: hue angle of 307.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA77CE is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 206 -
CMYK 0 0.45 0.06 0.15
HSL 307.27º 0.57% 0.66% -
HSV(B) 307.27º 0.45% 0.85% -
XYZ 46.65 32.56 62.22 -
YUV 158.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 218 119 206 0 0.45 0.06 0.15 307.27 0.57 0.66
Hex DA 77 CE 0 2D 6 F 133 39 42
Octal 332 167 316 0 55 6 17 463 71 102
Binary 11011010 1110111 11001110 0 101101 110 1111 100110011 111001 1000010

Color Harmonies of #DA77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77CE

Black with #DA77CE

Text Example


Text Example

White with #DA77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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