Html Css Color HEX #DA76CA Orchid

📋 copy color: '#DA76CA'

red 218 ◦ green 118 ◦ blue 202

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

Shades of Orchid #DA76CA

Tints of Orchid #DA76CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.93%

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

R = 40.52%
G = 21.93%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA76CA (or 0xDA76CA) is known color: Orchid. HEX triplet: DA, 76 and CA. RGB value is (218,118,202). Sum of RGB (Red+Green+Blue) = 218+118+202=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76CA is #258935. Grayscale: #9D9D9D. Windows color (decimal): -2459958 or 13268698. OLE color: 13268698.

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

Color convert

RGB 218 118 202 -
CMYK 0 0.46 0.07 0.15
HSL 309.6º 0.57% 0.66% -
HSV(B) 309.6º 0.46% 0.85% -
XYZ 46.05 32.13 59.65 -
YUV 157.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 218 118 202 0 0.46 0.07 0.15 309.6 0.57 0.66
Hex DA 76 CA 0 2E 7 F 136 39 42
Octal 332 166 312 0 56 7 17 466 71 102
Binary 11011010 1110110 11001010 0 101110 111 1111 100110110 111001 1000010

Color Harmonies of #DA76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76CA

Black with #DA76CA

Text Example


Text Example

White with #DA76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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