Html Css Color HEX #DA84C5 Orchid

📋 copy color: '#DA84C5'

red 218 ◦ green 132 ◦ blue 197

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

Shades of Orchid #DA84C5

Tints of Orchid #DA84C5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.13%

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

R = 39.85%
G = 24.13%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA84C5 (or 0xDA84C5) is known color: Orchid. HEX triplet: DA, 84 and C5. RGB value is (218,132,197). Sum of RGB (Red+Green+Blue) = 218+132+197=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84C5 is #257B3A. Grayscale: #A4A4A4. Windows color (decimal): -2456379 or 12944602. OLE color: 12944602.

HSL color Cylindrical-coordinate representation of color #DA84C5: hue angle of 314.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA84C5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 132 197 -
CMYK 0 0.39 0.10 0.15
HSL 314.65º 0.54% 0.69% -
HSV(B) 314.65º 0.39% 0.85% -
XYZ 47.24 35.44 57.17 -
YUV 165.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 218 132 197 0 0.39 0.10 0.15 314.65 0.54 0.69
Hex DA 84 C5 0 27 A F 13B 36 45
Octal 332 204 305 0 47 12 17 473 66 105
Binary 11011010 10000100 11000101 0 100111 1010 1111 100111011 110110 1000101

Color Harmonies of #DA84C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84C5

Black with #DA84C5

Text Example


Text Example

White with #DA84C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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