Html Css Color HEX #DA7FD1 Orchid

📋 copy color: '#DA7FD1'

red 218 ◦ green 127 ◦ blue 209

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

Shades of Orchid #DA7FD1

Tints of Orchid #DA7FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 22.92%

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 39.35%
G = 22.92%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA7FD1 (or 0xDA7FD1) is known color: Orchid. HEX triplet: DA, 7F and D1. RGB value is (218,127,209). Sum of RGB (Red+Green+Blue) = 218+127+209=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FD1 is #25802E. Grayscale: #A3A3A3. Windows color (decimal): -2457647 or 13729754. OLE color: 13729754.

HSL color Cylindrical-coordinate representation of color #DA7FD1: hue angle of 305.93º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FD1 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 209 -
CMYK 0 0.42 0.04 0.15
HSL 305.93º 0.55% 0.68% -
HSV(B) 305.93º 0.42% 0.85% -
XYZ 48.01 34.69 64.49 -
YUV 163.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 218 127 209 0 0.42 0.04 0.15 305.93 0.55 0.68
Hex DA 7F D1 0 2A 4 F 132 37 44
Octal 332 177 321 0 52 4 17 462 67 104
Binary 11011010 1111111 11010001 0 101010 100 1111 100110010 110111 1000100

Color Harmonies of #DA7FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7FD1

Black with #DA7FD1

Text Example


Text Example

White with #DA7FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7FD1; }

 p { color: rgb(218,127,209); }

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

background-color css

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

 a { background-color: rgb(218,127,209); }

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

border-color css

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

 span { border-color: rgb(218,127,209); }

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