Html Css Color HEX #DA71DC Orchid

📋 copy color: '#DA71DC'

red 218 ◦ green 113 ◦ blue 220

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

Shades of Orchid #DA71DC

Tints of Orchid #DA71DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.51%

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

R = 39.56%
G = 20.51%
B = 39.93%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA71DC (or 0xDA71DC) is known color: Orchid. HEX triplet: DA, 71 and DC. RGB value is (218,113,220). Sum of RGB (Red+Green+Blue) = 218+113+220=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71DC is #258E23. Grayscale: #9C9C9C. Windows color (decimal): -2461220 or 14447066. OLE color: 14447066.

HSL color Cylindrical-coordinate representation of color #DA71DC: hue angle of 298.88º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA71DC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 113 220 -
CMYK 0.01 0.49 0 0.14
HSL 298.88º 0.6% 0.65% -
HSV(B) 298.88º 0.49% 0.86% -
XYZ 47.74 31.88 71.35 -
YUV 156.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 218 113 220 0.01 0.49 0 0.14 298.88 0.6 0.65
Hex DA 71 DC 1 31 0 E 12B 3C 41
Octal 332 161 334 1 61 0 16 453 74 101
Binary 11011010 1110001 11011100 1 110001 0 1110 100101011 111100 1000001

Color Harmonies of #DA71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71DC

Black with #DA71DC

Text Example


Text Example

White with #DA71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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