Html Css Color HEX #DA83DF Orchid

📋 copy color: '#DA83DF'

red 218 ◦ green 131 ◦ blue 223

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

Shades of Orchid #DA83DF

Tints of Orchid #DA83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.99%

R = 38.11%
G = 22.9%
B = 38.99%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA83DF (or 0xDA83DF) is known color: Orchid. HEX triplet: DA, 83 and DF. RGB value is (218,131,223). Sum of RGB (Red+Green+Blue) = 218+131+223=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DF is #257C20. Grayscale: #A7A7A7. Windows color (decimal): -2456609 or 14648282. OLE color: 14648282.

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

Color convert

RGB 218 131 223 -
CMYK 0.02 0.41 0 0.13
HSL 296.74º 0.59% 0.69% -
HSV(B) 296.74º 0.41% 0.87% -
XYZ 50.35 36.47 74.2 -
YUV 167.5 159.32 164.02 -
System Red Green Blue C M Y K H S L
Decimal 218 131 223 0.02 0.41 0 0.13 296.74 0.59 0.69
Hex DA 83 DF 2 29 0 D 129 3B 45
Octal 332 203 337 2 51 0 15 451 73 105
Binary 11011010 10000011 11011111 10 101001 0 1101 100101001 111011 1000101

Color Harmonies of #DA83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83DF

Black with #DA83DF

Text Example


Text Example

White with #DA83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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