Html Css Color HEX #DA83C5 Orchid

📋 copy color: '#DA83C5'

red 218 ◦ green 131 ◦ blue 197

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

Shades of Orchid #DA83C5

Tints of Orchid #DA83C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.08%

R = 39.93%
G = 23.99%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA83C5 (or 0xDA83C5) is known color: Orchid. HEX triplet: DA, 83 and C5. RGB value is (218,131,197). Sum of RGB (Red+Green+Blue) = 218+131+197=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83C5 is #257C3A. Grayscale: #A4A4A4. Windows color (decimal): -2456635 or 12944346. OLE color: 12944346.

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

Color convert

RGB 218 131 197 -
CMYK 0 0.40 0.10 0.15
HSL 314.48º 0.54% 0.68% -
HSV(B) 314.48º 0.4% 0.85% -
XYZ 47.11 35.17 57.13 -
YUV 164.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 218 131 197 0 0.40 0.10 0.15 314.48 0.54 0.68
Hex DA 83 C5 0 28 A F 13A 36 44
Octal 332 203 305 0 50 12 17 472 66 104
Binary 11011010 10000011 11000101 0 101000 1010 1111 100111010 110110 1000100

Color Harmonies of #DA83C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83C5

Black with #DA83C5

Text Example


Text Example

White with #DA83C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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