Html Css Color HEX #DA77CA Orchid

📋 copy color: '#DA77CA'

red 218 ◦ green 119 ◦ blue 202

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

Shades of Orchid #DA77CA

Tints of Orchid #DA77CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 40.45%
G = 22.08%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA77CA (or 0xDA77CA) is known color: Orchid. HEX triplet: DA, 77 and CA. RGB value is (218,119,202). Sum of RGB (Red+Green+Blue) = 218+119+202=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA77CA is #258835. Grayscale: #9D9D9D. Windows color (decimal): -2459702 or 13268954. OLE color: 13268954.

HSL color Cylindrical-coordinate representation of color #DA77CA: hue angle of 309.7º 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 #DA77CA is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 202 -
CMYK 0 0.45 0.07 0.15
HSL 309.7º 0.57% 0.66% -
HSV(B) 309.7º 0.45% 0.85% -
XYZ 46.17 32.36 59.69 -
YUV 158.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 218 119 202 0 0.45 0.07 0.15 309.7 0.57 0.66
Hex DA 77 CA 0 2D 7 F 136 39 42
Octal 332 167 312 0 55 7 17 466 71 102
Binary 11011010 1110111 11001010 0 101101 111 1111 100110110 111001 1000010

Color Harmonies of #DA77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77CA

Black with #DA77CA

Text Example


Text Example

White with #DA77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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