Html Css Color HEX #DA82D4 Orchid

📋 copy color: '#DA82D4'

red 218 ◦ green 130 ◦ blue 212

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

Shades of Orchid #DA82D4

Tints of Orchid #DA82D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 38.93%
G = 23.21%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA82D4 (or 0xDA82D4) is known color: Orchid. HEX triplet: DA, 82 and D4. RGB value is (218,130,212). Sum of RGB (Red+Green+Blue) = 218+130+212=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82D4 is #257D2B. Grayscale: #A5A5A5. Windows color (decimal): -2456876 or 13927130. OLE color: 13927130.

HSL color Cylindrical-coordinate representation of color #DA82D4: hue angle of 304.09º 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 #DA82D4 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 212 -
CMYK 0 0.40 0.03 0.15
HSL 304.09º 0.54% 0.68% -
HSV(B) 304.09º 0.4% 0.85% -
XYZ 48.78 35.62 66.59 -
YUV 165.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 218 130 212 0 0.40 0.03 0.15 304.09 0.54 0.68
Hex DA 82 D4 0 28 3 F 130 36 44
Octal 332 202 324 0 50 3 17 460 66 104
Binary 11011010 10000010 11010100 0 101000 11 1111 100110000 110110 1000100

Color Harmonies of #DA82D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA82D4

Black with #DA82D4

Text Example


Text Example

White with #DA82D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA82D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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