Html Css Color HEX #DA82DD Orchid

📋 copy color: '#DA82DD'

red 218 ◦ green 130 ◦ blue 221

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

Shades of Orchid #DA82DD

Tints of Orchid #DA82DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 38.31%
G = 22.85%
B = 38.84%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA82DD (or 0xDA82DD) is known color: Orchid. HEX triplet: DA, 82 and DD. RGB value is (218,130,221). Sum of RGB (Red+Green+Blue) = 218+130+221=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DD is #257D22. Grayscale: #A6A6A6. Windows color (decimal): -2456867 or 14516954. OLE color: 14516954.

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

Color convert

RGB 218 130 221 -
CMYK 0.01 0.41 0 0.13
HSL 298.02º 0.57% 0.69% -
HSV(B) 298.02º 0.41% 0.87% -
XYZ 49.95 36.09 72.74 -
YUV 166.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 218 130 221 0.01 0.41 0 0.13 298.02 0.57 0.69
Hex DA 82 DD 1 29 0 D 12A 39 45
Octal 332 202 335 1 51 0 15 452 71 105
Binary 11011010 10000010 11011101 1 101001 0 1101 100101010 111001 1000101

Color Harmonies of #DA82DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82DD

Black with #DA82DD

Text Example


Text Example

White with #DA82DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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