Html Css Color HEX #DA71C1 Orchid

📋 copy color: '#DA71C1'

red 218 ◦ green 113 ◦ blue 193

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

Shades of Orchid #DA71C1

Tints of Orchid #DA71C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 41.6%
G = 21.56%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA71C1 (or 0xDA71C1) is known color: Orchid. HEX triplet: DA, 71 and C1. RGB value is (218,113,193). Sum of RGB (Red+Green+Blue) = 218+113+193=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71C1 is #258E3E. Grayscale: #999999. Windows color (decimal): -2461247 or 12677594. OLE color: 12677594.

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

Color convert

RGB 218 113 193 -
CMYK 0 0.48 0.11 0.15
HSL 314.29º 0.59% 0.65% -
HSV(B) 314.29º 0.48% 0.85% -
XYZ 44.44 30.57 54.01 -
YUV 153.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 218 113 193 0 0.48 0.11 0.15 314.29 0.59 0.65
Hex DA 71 C1 0 30 B F 13A 3B 41
Octal 332 161 301 0 60 13 17 472 73 101
Binary 11011010 1110001 11000001 0 110000 1011 1111 100111010 111011 1000001

Color Harmonies of #DA71C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71C1

Black with #DA71C1

Text Example


Text Example

White with #DA71C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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