Html Css Color HEX #DF6DDF Orchid

📋 copy color: '#DF6DDF'

red 223 ◦ green 109 ◦ blue 223

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

Shades of Orchid #DF6DDF

Tints of Orchid #DF6DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 40.18%
G = 19.64%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF6DDF (or 0xDF6DDF) is known color: Orchid. HEX triplet: DF, 6D and DF. RGB value is (223,109,223). Sum of RGB (Red+Green+Blue) = 223+109+223=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DDF is #209220. Grayscale: #9B9B9B. Windows color (decimal): -2134561 or 14642655. OLE color: 14642655.

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

Color convert

RGB 223 109 223 -
CMYK 0 0.51 0 0.13
HSL 300º 0.64% 0.65% -
HSV(B) 300º 0.51% 0.87% -
XYZ 49.22 31.95 73.39 -
YUV 156.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 223 109 223 0 0.51 0 0.13 300 0.64 0.65
Hex DF 6D DF 0 33 0 D 12C 40 41
Octal 337 155 337 0 63 0 15 454 100 101
Binary 11011111 1101101 11011111 0 110011 0 1101 100101100 1000000 1000001

Color Harmonies of #DF6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6DDF

Black with #DF6DDF

Text Example


Text Example

White with #DF6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6DDF; }

 p { color: rgb(223,109,223); }

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

background-color css

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

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

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

border-color css

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

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

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