Html Css Color HEX #DF6FD0 Orchid

📋 copy color: '#DF6FD0'

red 223 ◦ green 111 ◦ blue 208

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

Shades of Orchid #DF6FD0

Tints of Orchid #DF6FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.38%

R = 41.14%
G = 20.48%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF6FD0 (or 0xDF6FD0) is known color: Orchid. HEX triplet: DF, 6F and D0. RGB value is (223,111,208). Sum of RGB (Red+Green+Blue) = 223+111+208=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FD0 is #20902F. Grayscale: #9B9B9B. Windows color (decimal): -2134064 or 13660127. OLE color: 13660127.

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

Color convert

RGB 223 111 208 -
CMYK 0 0.50 0.07 0.13
HSL 308.04º 0.64% 0.65% -
HSV(B) 308.04º 0.5% 0.87% -
XYZ 47.5 31.61 63.27 -
YUV 155.55 157.61 176.11 -
System Red Green Blue C M Y K H S L
Decimal 223 111 208 0 0.50 0.07 0.13 308.04 0.64 0.65
Hex DF 6F D0 0 32 7 D 134 40 41
Octal 337 157 320 0 62 7 15 464 100 101
Binary 11011111 1101111 11010000 0 110010 111 1101 100110100 1000000 1000001

Color Harmonies of #DF6FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FD0

Black with #DF6FD0

Text Example


Text Example

White with #DF6FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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