Html Css Color HEX #DA80DF Orchid

📋 copy color: '#DA80DF'

red 218 ◦ green 128 ◦ blue 223

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

Shades of Orchid #DA80DF

Tints of Orchid #DA80DF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.5%

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

R = 38.31%
G = 22.5%
B = 39.19%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA80DF (or 0xDA80DF) is known color: Orchid. HEX triplet: DA, 80 and DF. RGB value is (218,128,223). Sum of RGB (Red+Green+Blue) = 218+128+223=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80DF is #257F20. Grayscale: #A5A5A5. Windows color (decimal): -2457377 or 14647514. OLE color: 14647514.

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

Color convert

RGB 218 128 223 -
CMYK 0.02 0.43 0 0.13
HSL 296.84º 0.6% 0.69% -
HSV(B) 296.84º 0.43% 0.87% -
XYZ 49.95 35.67 74.06 -
YUV 165.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 218 128 223 0.02 0.43 0 0.13 296.84 0.6 0.69
Hex DA 80 DF 2 2B 0 D 129 3C 45
Octal 332 200 337 2 53 0 15 451 74 105
Binary 11011010 10000000 11011111 10 101011 0 1101 100101001 111100 1000101

Color Harmonies of #DA80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80DF

Black with #DA80DF

Text Example


Text Example

White with #DA80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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