Html Css Color HEX #DF6FBF Orchid

📋 copy color: '#DF6FBF'

red 223 ◦ green 111 ◦ blue 191

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

Shades of Orchid #DF6FBF

Tints of Orchid #DF6FBF

RGB

 RED value IS 223 (87.5% from 255) = 42.48%

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

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

R = 42.48%
G = 21.14%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DF6FBF (or 0xDF6FBF) is known color: Orchid. HEX triplet: DF, 6F and BF. RGB value is (223,111,191). Sum of RGB (Red+Green+Blue) = 223+111+191=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FBF is #209040. Grayscale: #999999. Windows color (decimal): -2134081 or 12546015. OLE color: 12546015.

HSL color Cylindrical-coordinate representation of color #DF6FBF: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FBF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 191 -
CMYK 0 0.50 0.14 0.13
HSL 317.14º 0.64% 0.65% -
HSV(B) 317.14º 0.5% 0.87% -
XYZ 45.52 30.82 52.84 -
YUV 153.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 223 111 191 0 0.50 0.14 0.13 317.14 0.64 0.65
Hex DF 6F BF 0 32 E D 13D 40 41
Octal 337 157 277 0 62 16 15 475 100 101
Binary 11011111 1101111 10111111 0 110010 1110 1101 100111101 1000000 1000001

Color Harmonies of #DF6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FBF

Black with #DF6FBF

Text Example


Text Example

White with #DF6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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