Html Css Color HEX #DA83D4 Orchid

📋 copy color: '#DA83D4'

red 218 ◦ green 131 ◦ blue 212

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

Shades of Orchid #DA83D4

Tints of Orchid #DA83D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 38.86%
G = 23.35%
B = 37.79%

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

#DA83D4 (or 0xDA83D4) is known color: Orchid. HEX triplet: DA, 83 and D4. RGB value is (218,131,212). Sum of RGB (Red+Green+Blue) = 218+131+212=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83D4 is #257C2B. Grayscale: #A6A6A6. Windows color (decimal): -2456620 or 13927386. OLE color: 13927386.

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

Color convert

RGB 218 131 212 -
CMYK 0 0.40 0.03 0.15
HSL 304.14º 0.54% 0.68% -
HSV(B) 304.14º 0.4% 0.85% -
XYZ 48.91 35.89 66.64 -
YUV 166.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 218 131 212 0 0.40 0.03 0.15 304.14 0.54 0.68
Hex DA 83 D4 0 28 3 F 130 36 44
Octal 332 203 324 0 50 3 17 460 66 104
Binary 11011010 10000011 11010100 0 101000 11 1111 100110000 110110 1000100

Color Harmonies of #DA83D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83D4

Black with #DA83D4

Text Example


Text Example

White with #DA83D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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