Html Css Color HEX #DA71CF Orchid

📋 copy color: '#DA71CF'

red 218 ◦ green 113 ◦ blue 207

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

Shades of Orchid #DA71CF

Tints of Orchid #DA71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 40.52%
G = 21%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA71CF (or 0xDA71CF) is known color: Orchid. HEX triplet: DA, 71 and CF. RGB value is (218,113,207). Sum of RGB (Red+Green+Blue) = 218+113+207=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA71CF is #258E30. Grayscale: #9A9A9A. Windows color (decimal): -2461233 or 13595098. OLE color: 13595098.

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

Color convert

RGB 218 113 207 -
CMYK 0 0.48 0.05 0.15
HSL 306.29º 0.59% 0.65% -
HSV(B) 306.29º 0.48% 0.85% -
XYZ 46.08 31.22 62.63 -
YUV 155.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 218 113 207 0 0.48 0.05 0.15 306.29 0.59 0.65
Hex DA 71 CF 0 30 5 F 132 3B 41
Octal 332 161 317 0 60 5 17 462 73 101
Binary 11011010 1110001 11001111 0 110000 101 1111 100110010 111011 1000001

Color Harmonies of #DA71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA71CF

Black with #DA71CF

Text Example


Text Example

White with #DA71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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