Html Css Color HEX #DA6FBF Orchid

📋 copy color: '#DA6FBF'

red 218 ◦ green 111 ◦ blue 191

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

Shades of Orchid #DA6FBF

Tints of Orchid #DA6FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.35%

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

R = 41.92%
G = 21.35%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA6FBF (or 0xDA6FBF) is known color: Orchid. HEX triplet: DA, 6F and BF. RGB value is (218,111,191). Sum of RGB (Red+Green+Blue) = 218+111+191=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FBF is #259040. Grayscale: #979797. Windows color (decimal): -2461761 or 12546010. OLE color: 12546010.

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

Color convert

RGB 218 111 191 -
CMYK 0 0.49 0.12 0.15
HSL 315.14º 0.59% 0.65% -
HSV(B) 315.14º 0.49% 0.85% -
XYZ 44 30.04 52.77 -
YUV 152.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 218 111 191 0 0.49 0.12 0.15 315.14 0.59 0.65
Hex DA 6F BF 0 31 C F 13B 3B 41
Octal 332 157 277 0 61 14 17 473 73 101
Binary 11011010 1101111 10111111 0 110001 1100 1111 100111011 111011 1000001

Color Harmonies of #DA6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FBF

Black with #DA6FBF

Text Example


Text Example

White with #DA6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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