Html Css Color HEX #DA76DF Orchid

📋 copy color: '#DA76DF'

red 218 ◦ green 118 ◦ blue 223

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

Shades of Orchid #DA76DF

Tints of Orchid #DA76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 39%
G = 21.11%
B = 39.89%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA76DF (or 0xDA76DF) is known color: Orchid. HEX triplet: DA, 76 and DF. RGB value is (218,118,223). Sum of RGB (Red+Green+Blue) = 218+118+223=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76DF is #258920. Grayscale: #9F9F9F. Windows color (decimal): -2459937 or 14644954. OLE color: 14644954.

HSL color Cylindrical-coordinate representation of color #DA76DF: hue angle of 297.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA76DF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 118 223 -
CMYK 0.02 0.47 0 0.13
HSL 297.14º 0.62% 0.67% -
HSV(B) 297.14º 0.47% 0.87% -
XYZ 48.71 33.19 73.65 -
YUV 159.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 218 118 223 0.02 0.47 0 0.13 297.14 0.62 0.67
Hex DA 76 DF 2 2F 0 D 129 3E 43
Octal 332 166 337 2 57 0 15 451 76 103
Binary 11011010 1110110 11011111 10 101111 0 1101 100101001 111110 1000011

Color Harmonies of #DA76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA76DF

Black with #DA76DF

Text Example


Text Example

White with #DA76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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