Html Css Color HEX #DA80D6 Orchid

📋 copy color: '#DA80D6'

red 218 ◦ green 128 ◦ blue 214

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

Shades of Orchid #DA80D6

Tints of Orchid #DA80D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.21%

R = 38.93%
G = 22.86%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA80D6 (or 0xDA80D6) is known color: Orchid. HEX triplet: DA, 80 and D6. RGB value is (218,128,214). Sum of RGB (Red+Green+Blue) = 218+128+214=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80D6 is #257F29. Grayscale: #A4A4A4. Windows color (decimal): -2457386 or 14057690. OLE color: 14057690.

HSL color Cylindrical-coordinate representation of color #DA80D6: hue angle of 302.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80D6 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 214 -
CMYK 0 0.41 0.02 0.15
HSL 302.67º 0.55% 0.68% -
HSV(B) 302.67º 0.41% 0.85% -
XYZ 48.77 35.2 67.84 -
YUV 164.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 218 128 214 0 0.41 0.02 0.15 302.67 0.55 0.68
Hex DA 80 D6 0 29 2 F 12F 37 44
Octal 332 200 326 0 51 2 17 457 67 104
Binary 11011010 10000000 11010110 0 101001 10 1111 100101111 110111 1000100

Color Harmonies of #DA80D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA80D6

Black with #DA80D6

Text Example


Text Example

White with #DA80D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA80D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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