Html Css Color HEX #DA83DA Orchid

📋 copy color: '#DA83DA'

red 218 ◦ green 131 ◦ blue 218

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

Shades of Orchid #DA83DA

Tints of Orchid #DA83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 38.45%
G = 23.1%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA83DA (or 0xDA83DA) is known color: Orchid. HEX triplet: DA, 83 and DA. RGB value is (218,131,218). Sum of RGB (Red+Green+Blue) = 218+131+218=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DA is #257C25. Grayscale: #A6A6A6. Windows color (decimal): -2456614 or 14320602. OLE color: 14320602.

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

Color convert

RGB 218 131 218 -
CMYK 0 0.40 0 0.15
HSL 300º 0.54% 0.68% -
HSV(B) 300º 0.4% 0.85% -
XYZ 49.68 36.2 70.7 -
YUV 166.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 218 131 218 0 0.40 0 0.15 300 0.54 0.68
Hex DA 83 DA 0 28 0 F 12C 36 44
Octal 332 203 332 0 50 0 17 454 66 104
Binary 11011010 10000011 11011010 0 101000 0 1111 100101100 110110 1000100

Color Harmonies of #DA83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83DA

Black with #DA83DA

Text Example


Text Example

White with #DA83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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