Html Css Color HEX #DA71C5 Orchid

📋 copy color: '#DA71C5'

red 218 ◦ green 113 ◦ blue 197

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

Shades of Orchid #DA71C5

Tints of Orchid #DA71C5

RGB

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

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

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

R = 41.29%
G = 21.4%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#DA71C5 (or 0xDA71C5) is known color: Orchid. HEX triplet: DA, 71 and C5. RGB value is (218,113,197). Sum of RGB (Red+Green+Blue) = 218+113+197=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71C5 is #258E3A. Grayscale: #999999. Windows color (decimal): -2461243 or 12939738. OLE color: 12939738.

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

Color convert

RGB 218 113 197 -
CMYK 0 0.48 0.10 0.15
HSL 312º 0.59% 0.65% -
HSV(B) 312º 0.48% 0.85% -
XYZ 44.9 30.75 56.39 -
YUV 153.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 218 113 197 0 0.48 0.10 0.15 312 0.59 0.65
Hex DA 71 C5 0 30 A F 138 3B 41
Octal 332 161 305 0 60 12 17 470 73 101
Binary 11011010 1110001 11000101 0 110000 1010 1111 100111000 111011 1000001

Color Harmonies of #DA71C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71C5

Black with #DA71C5

Text Example


Text Example

White with #DA71C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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