Html Css Color HEX #DA6DBF Orchid

📋 copy color: '#DA6DBF'

red 218 ◦ green 109 ◦ blue 191

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

Shades of Orchid #DA6DBF

Tints of Orchid #DA6DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.04%

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

R = 42.08%
G = 21.04%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA6DBF (or 0xDA6DBF) is known color: Orchid. HEX triplet: DA, 6D and BF. RGB value is (218,109,191). Sum of RGB (Red+Green+Blue) = 218+109+191=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DBF is #259240. Grayscale: #969696. Windows color (decimal): -2462273 or 12545498. OLE color: 12545498.

HSL color Cylindrical-coordinate representation of color #DA6DBF: hue angle of 314.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6DBF is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 191 -
CMYK 0 0.5 0.12 0.15
HSL 314.86º 0.6% 0.64% -
HSV(B) 314.86º 0.5% 0.85% -
XYZ 43.79 29.6 52.7 -
YUV 150.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 218 109 191 0 0.5 0.12 0.15 314.86 0.6 0.64
Hex DA 6D BF 0 32 C F 13B 3C 40
Octal 332 155 277 0 62 14 17 473 74 100
Binary 11011010 1101101 10111111 0 110010 1100 1111 100111011 111100 1000000

Color Harmonies of #DA6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DBF

Black with #DA6DBF

Text Example


Text Example

White with #DA6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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