Html Css Color HEX #DA74D1 Orchid

📋 copy color: '#DA74D1'

red 218 ◦ green 116 ◦ blue 209

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

Shades of Orchid #DA74D1

Tints of Orchid #DA74D1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.36%

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

R = 40.15%
G = 21.36%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA74D1 (or 0xDA74D1) is known color: Orchid. HEX triplet: DA, 74 and D1. RGB value is (218,116,209). Sum of RGB (Red+Green+Blue) = 218+116+209=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74D1 is #258B2E. Grayscale: #9C9C9C. Windows color (decimal): -2460463 or 13726938. OLE color: 13726938.

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

Color convert

RGB 218 116 209 -
CMYK 0 0.47 0.04 0.15
HSL 305.29º 0.58% 0.65% -
HSV(B) 305.29º 0.47% 0.85% -
XYZ 46.67 32 64.04 -
YUV 157.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 218 116 209 0 0.47 0.04 0.15 305.29 0.58 0.65
Hex DA 74 D1 0 2F 4 F 131 3A 41
Octal 332 164 321 0 57 4 17 461 72 101
Binary 11011010 1110100 11010001 0 101111 100 1111 100110001 111010 1000001

Color Harmonies of #DA74D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74D1

Black with #DA74D1

Text Example


Text Example

White with #DA74D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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