Html Css Color HEX #DA71CA Orchid

📋 copy color: '#DA71CA'

red 218 ◦ green 113 ◦ blue 202

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

Shades of Orchid #DA71CA

Tints of Orchid #DA71CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 40.9%
G = 21.2%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA71CA (or 0xDA71CA) is known color: Orchid. HEX triplet: DA, 71 and CA. RGB value is (218,113,202). Sum of RGB (Red+Green+Blue) = 218+113+202=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71CA is #258E35. Grayscale: #9A9A9A. Windows color (decimal): -2461238 or 13267418. OLE color: 13267418.

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

Color convert

RGB 218 113 202 -
CMYK 0 0.48 0.07 0.15
HSL 309.14º 0.59% 0.65% -
HSV(B) 309.14º 0.48% 0.85% -
XYZ 45.48 30.98 59.46 -
YUV 154.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 218 113 202 0 0.48 0.07 0.15 309.14 0.59 0.65
Hex DA 71 CA 0 30 7 F 135 3B 41
Octal 332 161 312 0 60 7 17 465 73 101
Binary 11011010 1110001 11001010 0 110000 111 1111 100110101 111011 1000001

Color Harmonies of #DA71CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71CA

Black with #DA71CA

Text Example


Text Example

White with #DA71CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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