Html Css Color HEX #DA82DF Orchid

📋 copy color: '#DA82DF'

red 218 ◦ green 130 ◦ blue 223

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

Shades of Orchid #DA82DF

Tints of Orchid #DA82DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.77%

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

R = 38.18%
G = 22.77%
B = 39.05%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA82DF (or 0xDA82DF) is known color: Orchid. HEX triplet: DA, 82 and DF. RGB value is (218,130,223). Sum of RGB (Red+Green+Blue) = 218+130+223=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DF is #257D20. Grayscale: #A6A6A6. Windows color (decimal): -2456865 or 14648026. OLE color: 14648026.

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

Color convert

RGB 218 130 223 -
CMYK 0.02 0.42 0 0.13
HSL 296.77º 0.59% 0.69% -
HSV(B) 296.77º 0.42% 0.87% -
XYZ 50.22 36.2 74.15 -
YUV 166.91 159.65 164.44 -
System Red Green Blue C M Y K H S L
Decimal 218 130 223 0.02 0.42 0 0.13 296.77 0.59 0.69
Hex DA 82 DF 2 2A 0 D 129 3B 45
Octal 332 202 337 2 52 0 15 451 73 105
Binary 11011010 10000010 11011111 10 101010 0 1101 100101001 111011 1000101

Color Harmonies of #DA82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82DF

Black with #DA82DF

Text Example


Text Example

White with #DA82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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