Html Css Color HEX #DA82DC Orchid

📋 copy color: '#DA82DC'

red 218 ◦ green 130 ◦ blue 220

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

Shades of Orchid #DA82DC

Tints of Orchid #DA82DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 38.38%
G = 22.89%
B = 38.73%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA82DC (or 0xDA82DC) is known color: Orchid. HEX triplet: DA, 82 and DC. RGB value is (218,130,220). Sum of RGB (Red+Green+Blue) = 218+130+220=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DC is #257D23. Grayscale: #A6A6A6. Windows color (decimal): -2456868 or 14451418. OLE color: 14451418.

HSL color Cylindrical-coordinate representation of color #DA82DC: hue angle of 298.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA82DC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 130 220 -
CMYK 0.01 0.41 0 0.14
HSL 298.67º 0.56% 0.69% -
HSV(B) 298.67º 0.41% 0.86% -
XYZ 49.81 36.04 72.04 -
YUV 166.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 218 130 220 0.01 0.41 0 0.14 298.67 0.56 0.69
Hex DA 82 DC 1 29 0 E 12B 38 45
Octal 332 202 334 1 51 0 16 453 70 105
Binary 11011010 10000010 11011100 1 101001 0 1110 100101011 111000 1000101

Color Harmonies of #DA82DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82DC

Black with #DA82DC

Text Example


Text Example

White with #DA82DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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