Html Css Color HEX #DA84DC Orchid

📋 copy color: '#DA84DC'

red 218 ◦ green 132 ◦ blue 220

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

Shades of Orchid #DA84DC

Tints of Orchid #DA84DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 38.25%
G = 23.16%
B = 38.6%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA84DC (or 0xDA84DC) is known color: Orchid. HEX triplet: DA, 84 and DC. RGB value is (218,132,220). Sum of RGB (Red+Green+Blue) = 218+132+220=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84DC is #257B23. Grayscale: #A7A7A7. Windows color (decimal): -2456356 or 14451930. OLE color: 14451930.

HSL color Cylindrical-coordinate representation of color #DA84DC: hue angle of 298.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA84DC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 132 220 -
CMYK 0.01 0.40 0 0.14
HSL 298.64º 0.56% 0.69% -
HSV(B) 298.64º 0.4% 0.86% -
XYZ 50.08 36.58 72.13 -
YUV 167.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 218 132 220 0.01 0.40 0 0.14 298.64 0.56 0.69
Hex DA 84 DC 1 28 0 E 12B 38 45
Octal 332 204 334 1 50 0 16 453 70 105
Binary 11011010 10000100 11011100 1 101000 0 1110 100101011 111000 1000101

Color Harmonies of #DA84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA84DC

Black with #DA84DC

Text Example


Text Example

White with #DA84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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