Html Css Color HEX #DA76C0 Orchid

📋 copy color: '#DA76C0'

red 218 ◦ green 118 ◦ blue 192

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

Shades of Orchid #DA76C0

Tints of Orchid #DA76C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 41.29%
G = 22.35%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA76C0 (or 0xDA76C0) is known color: Orchid. HEX triplet: DA, 76 and C0. RGB value is (218,118,192). Sum of RGB (Red+Green+Blue) = 218+118+192=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76C0 is #25893F. Grayscale: #9C9C9C. Windows color (decimal): -2459968 or 12613338. OLE color: 12613338.

HSL color Cylindrical-coordinate representation of color #DA76C0: hue angle of 315.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 #DA76C0 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 192 -
CMYK 0 0.46 0.12 0.15
HSL 315.6º 0.57% 0.66% -
HSV(B) 315.6º 0.46% 0.85% -
XYZ 44.91 31.67 53.61 -
YUV 156.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 218 118 192 0 0.46 0.12 0.15 315.6 0.57 0.66
Hex DA 76 C0 0 2E C F 13C 39 42
Octal 332 166 300 0 56 14 17 474 71 102
Binary 11011010 1110110 11000000 0 101110 1100 1111 100111100 111001 1000010

Color Harmonies of #DA76C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76C0

Black with #DA76C0

Text Example


Text Example

White with #DA76C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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