Html Css Color HEX #DF6FD7 Orchid

📋 copy color: '#DF6FD7'

red 223 ◦ green 111 ◦ blue 215

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

Shades of Orchid #DF6FD7

Tints of Orchid #DF6FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 40.62%
G = 20.22%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF6FD7 (or 0xDF6FD7) is known color: Orchid. HEX triplet: DF, 6F and D7. RGB value is (223,111,215). Sum of RGB (Red+Green+Blue) = 223+111+215=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FD7 is #209028. Grayscale: #9C9C9C. Windows color (decimal): -2134057 or 14118879. OLE color: 14118879.

HSL color Cylindrical-coordinate representation of color #DF6FD7: hue angle of 304.29º 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 #DF6FD7 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 215 -
CMYK 0 0.50 0.04 0.13
HSL 304.29º 0.64% 0.65% -
HSV(B) 304.29º 0.5% 0.87% -
XYZ 48.38 31.96 67.91 -
YUV 156.34 161.11 175.54 -
System Red Green Blue C M Y K H S L
Decimal 223 111 215 0 0.50 0.04 0.13 304.29 0.64 0.65
Hex DF 6F D7 0 32 4 D 130 40 41
Octal 337 157 327 0 62 4 15 460 100 101
Binary 11011111 1101111 11010111 0 110010 100 1101 100110000 1000000 1000001

Color Harmonies of #DF6FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FD7

Black with #DF6FD7

Text Example


Text Example

White with #DF6FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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