Html Css Color HEX #DA83D1 Orchid

📋 copy color: '#DA83D1'

red 218 ◦ green 131 ◦ blue 209

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

Shades of Orchid #DA83D1

Tints of Orchid #DA83D1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.48%

 BLUE value IS 209 (82.03% from 255) = 37.46%

R = 39.07%
G = 23.48%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA83D1 (or 0xDA83D1) is known color: Orchid. HEX triplet: DA, 83 and D1. RGB value is (218,131,209). Sum of RGB (Red+Green+Blue) = 218+131+209=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83D1 is #257C2E. Grayscale: #A5A5A5. Windows color (decimal): -2456623 or 13730778. OLE color: 13730778.

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

Color convert

RGB 218 131 209 -
CMYK 0 0.40 0.04 0.15
HSL 306.21º 0.54% 0.68% -
HSV(B) 306.21º 0.4% 0.85% -
XYZ 48.54 35.74 64.66 -
YUV 165.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 218 131 209 0 0.40 0.04 0.15 306.21 0.54 0.68
Hex DA 83 D1 0 28 4 F 132 36 44
Octal 332 203 321 0 50 4 17 462 66 104
Binary 11011010 10000011 11010001 0 101000 100 1111 100110010 110110 1000100

Color Harmonies of #DA83D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83D1

Black with #DA83D1

Text Example


Text Example

White with #DA83D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83D1; }

 p { color: rgb(218,131,209); }

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

background-color css

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

 a { background-color: rgb(218,131,209); }

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

border-color css

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

 span { border-color: rgb(218,131,209); }

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