Html Css Color HEX #DA74BF Orchid

📋 copy color: '#DA74BF'

red 218 ◦ green 116 ◦ blue 191

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

Shades of Orchid #DA74BF

Tints of Orchid #DA74BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.38%

R = 41.52%
G = 22.1%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA74BF (or 0xDA74BF) is known color: Orchid. HEX triplet: DA, 74 and BF. RGB value is (218,116,191). Sum of RGB (Red+Green+Blue) = 218+116+191=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74BF is #258B40. Grayscale: #9A9A9A. Windows color (decimal): -2460481 or 12547290. OLE color: 12547290.

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

Color convert

RGB 218 116 191 -
CMYK 0 0.47 0.12 0.15
HSL 315.88º 0.58% 0.65% -
HSV(B) 315.88º 0.47% 0.85% -
XYZ 44.56 31.16 52.96 -
YUV 155.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 218 116 191 0 0.47 0.12 0.15 315.88 0.58 0.65
Hex DA 74 BF 0 2F C F 13C 3A 41
Octal 332 164 277 0 57 14 17 474 72 101
Binary 11011010 1110100 10111111 0 101111 1100 1111 100111100 111010 1000001

Color Harmonies of #DA74BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA74BF

Black with #DA74BF

Text Example


Text Example

White with #DA74BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA74BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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