Html Css Color HEX #DA83DD Orchid

📋 copy color: '#DA83DD'

red 218 ◦ green 131 ◦ blue 221

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

Shades of Orchid #DA83DD

Tints of Orchid #DA83DD

RGB

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

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

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

R = 38.25%
G = 22.98%
B = 38.77%

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

#DA83DD (or 0xDA83DD) is known color: Orchid. HEX triplet: DA, 83 and DD. RGB value is (218,131,221). Sum of RGB (Red+Green+Blue) = 218+131+221=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 131 (51.56% from 255 or 22.98% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DD is #257C22. Grayscale: #A7A7A7. Windows color (decimal): -2456611 or 14517210. OLE color: 14517210.

HSL color Cylindrical-coordinate representation of color #DA83DD: hue angle of 298º 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 #DA83DD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 131 221 -
CMYK 0.01 0.41 0 0.13
HSL 298º 0.57% 0.69% -
HSV(B) 298º 0.41% 0.87% -
XYZ 50.08 36.36 72.78 -
YUV 167.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 218 131 221 0.01 0.41 0 0.13 298 0.57 0.69
Hex DA 83 DD 1 29 0 D 12A 39 45
Octal 332 203 335 1 51 0 15 452 71 105
Binary 11011010 10000011 11011101 1 101001 0 1101 100101010 111001 1000101

Color Harmonies of #DA83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83DD

Black with #DA83DD

Text Example


Text Example

White with #DA83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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