Html Css Color HEX #DA82D0 Orchid

📋 copy color: '#DA82D0'

red 218 ◦ green 130 ◦ blue 208

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

Shades of Orchid #DA82D0

Tints of Orchid #DA82D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 39.21%
G = 23.38%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA82D0 (or 0xDA82D0) is known color: Orchid. HEX triplet: DA, 82 and D0. RGB value is (218,130,208). Sum of RGB (Red+Green+Blue) = 218+130+208=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82D0 is #257D2F. Grayscale: #A4A4A4. Windows color (decimal): -2456880 or 13664986. OLE color: 13664986.

HSL color Cylindrical-coordinate representation of color #DA82D0: hue angle of 306.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82D0 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 208 -
CMYK 0 0.40 0.05 0.15
HSL 306.82º 0.54% 0.68% -
HSV(B) 306.82º 0.4% 0.85% -
XYZ 48.28 35.42 63.97 -
YUV 165.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 218 130 208 0 0.40 0.05 0.15 306.82 0.54 0.68
Hex DA 82 D0 0 28 5 F 133 36 44
Octal 332 202 320 0 50 5 17 463 66 104
Binary 11011010 10000010 11010000 0 101000 101 1111 100110011 110110 1000100

Color Harmonies of #DA82D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82D0

Black with #DA82D0

Text Example


Text Example

White with #DA82D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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