Html Css Color HEX #DA83D3 Orchid

📋 copy color: '#DA83D3'

red 218 ◦ green 131 ◦ blue 211

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

Shades of Orchid #DA83D3

Tints of Orchid #DA83D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 38.93%
G = 23.39%
B = 37.68%

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

#DA83D3 (or 0xDA83D3) is known color: Orchid. HEX triplet: DA, 83 and D3. RGB value is (218,131,211). Sum of RGB (Red+Green+Blue) = 218+131+211=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83D3 is #257C2C. Grayscale: #A5A5A5. Windows color (decimal): -2456621 or 13861850. OLE color: 13861850.

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

Color convert

RGB 218 131 211 -
CMYK 0 0.40 0.03 0.15
HSL 304.83º 0.54% 0.68% -
HSV(B) 304.83º 0.4% 0.85% -
XYZ 48.79 35.84 65.97 -
YUV 166.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 218 131 211 0 0.40 0.03 0.15 304.83 0.54 0.68
Hex DA 83 D3 0 28 3 F 131 36 44
Octal 332 203 323 0 50 3 17 461 66 104
Binary 11011010 10000011 11010011 0 101000 11 1111 100110001 110110 1000100

Color Harmonies of #DA83D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83D3

Black with #DA83D3

Text Example


Text Example

White with #DA83D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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